State of a C1ListBoxItem.
Namespace:
C1.PhoneAssembly: C1.Phone (in C1.Phone.dll)
Syntax
| C# |
|---|
public enum C1ListBoxItemState |
| Visual Basic |
|---|
Public Enumeration C1ListBoxItemState |
| XAML Attribute Usage |
|---|
<object property="enumerationMemberName" .../> |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Preview | 0 | Display the preview template of the C1ListBoxItem. | |
| Full | 1 | Display the full template of the C1ListBoxItem. |