Enum GenListItemType

Definition

Namespace:
ElmSharp
Assembly:
ElmSharp.dll
API Level:
preview

Enumeration for setting the genlist item types.

C#
Copy
public enum GenListItemType
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.