State of a C1ListBoxItem.

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

Syntax

C#
public enum C1ListBoxItemState
Visual Basic
Public Enumeration C1ListBoxItemState

Members

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

See Also