ListItem Properties
Name | Type | Default | Description |
---|---|---|---|
AlternationIndex | int | -1 | |
Color | string | "" | |
DisplayMode | ListItemDisplayMode | ListItemDisplayMode.Plain | |
Grouped | bool | false | |
Selected | bool | false | |
Value | string | "" | |
Label | string | "" | |
Details | string | "" | |
Group | string | "" | |
Hidden | bool | false | |
Readonly | bool | false |
Enums
ListItemDisplayMode
ListItemDisplayMode.Plain |
ListItemDisplayMode.CheckBox |
ListItemDisplayMode.RadioButton |