Enum GenListItemType
Definition
- Namespace:
- ElmSharp
- Assembly:
- ElmSharp.dll
Enumeration for setting the genlist item types.
public enum GenListItemType
Fields
Name | Description |
---|---|
Group | If Group is set, then this item is a group index item that is displayed at the top until the next group comes. |
Normal | If Normal is set, then this item is a normal item. |
Tree | If Tree is set, then this item is displayed as an item that is able to expand and have child items. |