Headings
Inherits from Text Text Control.
Heading1
Represents a heading with a standard style. You can change the style of the heading by setting its CssClass property.
Example
<Heading1 CssClass="margin-top-5" Row="4" Column="1" Text="Customer Information" />
<Heading1 CssClass="margin-top-5" Row="4" Column="1"
Text="Customer Information" TextCode="C_CustomerInfoHeading" />
Heading2
Represents a heading with a standard style. You can change the style of the heading by setting its CssClass property.
Example
<Heading2 CssClass="margin-top-5" Row="4" Column="1" Text="Customer Information" />
<Heading2 CssClass="margin-top-5" Row="4" Column="1"
Text="Customer Information" TextCode="C_CustomerInfoHeading" />
Heading3
Represents a heading with a standard style. You can change the style of the heading by setting its CssClass property.
Example
<Heading3 CssClass="margin-top-5" Row="4" Column="1" Text="Customer Information" />
<Heading3 CssClass="margin-top-5" Row="4" Column="1"
Text="Customer Information" TextCode="C_CustomerInfoHeading" />