Click or drag to resize
FormCategoryHeading Properties

The FormCategoryHeading type exposes the following members.

Properties
  NameDescription
Public propertyAssociatedControlClientID
Associated control client ID.
(Inherited from LocalizedLabel.)
Public propertyDisplay
Indicates if the label should be displayed (not visible but rendered to page). Default value is 'true'.
(Inherited from LocalizedLabel.)
Public propertyDisplayColon
Display colon at the end of the text.
(Inherited from LocalizedLabel.)
Public propertyIsAnchor
Indicates if this heading serves as anchor. Heading has 'anchor' css class assigned besides classes defined in CssClass property.
Public propertyLevel
Level of heading. Value must be from 1 to 6.
(Inherited from LocalizedHeading.)
Public propertyRequiredMarkCssClass
Gets or sets CSS class for the required mark (*)
(Inherited from LocalizedLabel.)
Public propertyResourceString
Name of a resource string used for text.
(Inherited from LocalizedLabel.)
Public propertyShowRequiredMark
Display star at the end of the text.
(Inherited from LocalizedLabel.)
Public propertySource
Localized string source property - may be 'database' or 'file'.
(Inherited from LocalizedLabel.)
Protected propertyTagKey
Tag key.
(Inherited from LocalizedHeading.)
Public propertyText
Display text.
(Inherited from LocalizedLabel.)
Public propertyToolTipResourceString
Name of a resource string used for tooltip.
(Inherited from LocalizedLabel.)
Top
See Also