State of a C1ListBoxItem.

Namespace:  C1.Phone
Assembly:  C1.Phone (in C1.Phone.dll)

Syntax

C#
public enum C1ListBoxItemState
Visual Basic
Public Enumeration C1ListBoxItemState
XAML Attribute Usage
<object property="enumerationMemberName" .../>

Members

Member nameValueDescription
Preview0 Display the preview template of the C1ListBoxItem.
Full1 Display the full template of the C1ListBoxItem.

See Also