Skip to content

Label

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

Label Properties

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

Position

Display position of the label in the section header.

  • type: enum
  • default: "Left"

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

Position Known Values

Value Description
Left
Right

Styles

Set styles for label.

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

Label

The string value is a style class name for 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 equal to:

"SectionHeaderItem.Type.Label"