TIWCGJQMListViewOptions.Autodividers Property
A listview can be configured to automatically generate dividers for its items by setting Autodividers = True. By default, the text used to create dividers is the uppercased first letter of the item's text. Alternatively you can specify divider text by setting the AutoDividersSelector option on the listview programmatically. This feature is designed to work seamlessly with the filter.
published property Autodividers: boolean index 11 read GetBooleanValue write SetBooleanValue stored IsBooleanStored;
Property Value
Type: boolean