LongListBox.GroupsTemplate

Syntax

GroupsTemplate: Array

Description

The GroupsTemplate property contains the template for headings of list groups.

Comments

Header is the element, for which the IsGroup property is set to True.

The value of the property is specified from JSON and by means of the setGroupsTemplate method, and is returned by means of the getGroupsTemplate method.

Example

The example of property use is given on the Example of Creating the LongListBox Component page.

See also:

LongListBox