| LocalizedLabel Properties | 
The LocalizedLabel type exposes the following members.
| Name | Description | |
|---|---|---|
| AssociatedControlClientID | 
            Associated control client ID.
              | |
| Display | 
            Indicates if the label should be displayed (not visible but rendered to page). Default value is 'true'.
              | |
| DisplayColon | 
            Display colon at the end of the text.
              | |
| RequiredMarkCssClass | 
            Gets or sets CSS class for the required mark (*)
              | |
| ResourceString | 
            Name of a resource string used for text.
              | |
| ShowRequiredMark | 
            Display star at the end of the text.
              | |
| Source | 
            Localized string source property - may be 'database' or 'file'.
              | |
| TagKey | 
            Tag key.
              (Overrides LabelTagKey.) | |
| Text | 
            Display text.
              | |
| ToolTipResourceString | 
            Name of a resource string used for tooltip.
              |