Click or drag to resize
LocalizedLabel Properties

The LocalizedLabel type exposes the following members.

Properties
  NameDescription
Public propertyAssociatedControlClientID
Associated control client ID.
Public propertyDisplay
Indicates if the label should be displayed (not visible but rendered to page). Default value is 'true'.
Public propertyDisplayColon
Display colon at the end of the text.
Public propertyRequiredMarkCssClass
Gets or sets CSS class for the required mark (*)
Public propertyResourceString
Name of a resource string used for text.
Public propertyShowRequiredMark
Display star at the end of the text.
Public propertySource
Localized string source property - may be 'database' or 'file'.
Protected propertyTagKey
Tag key.
(Overrides LabelTagKey.)
Public propertyText
Display text.
Public propertyToolTipResourceString
Name of a resource string used for tooltip.
Top
See Also