Skip to content

Label

A label to show the caption or title for the section header.


When assigning a rule to a property of Label, the rule will be passed an instance of the following proxy class as an argument:


Label Properties

Property Type Required Default
Position enum No "Left"
Styles object No
Title string Yes
Visible boolean No true
_Name string Yes
_Type const Yes

Position

Display position of the label in the section header.

  • type: enum
  • default: "Left"

The value of this property must be one of the known values listed below.

Position Known Values

Value Description
Left
Right

Styles

Set styles for label.

  • type: object with following properties.
Property Type Required Default
Label string No

Label

The string value is a style class name of Label.


Title

  • type: string

Visible

Sets the visibility of the control.

  • type: boolean
  • default: true

_Name

  • type: string

_Type

  • type: const

The value of this property must be:

"SectionHeaderItem.Type.Label"