ComponentOne Basic Library for UWP
C1ListBoxItemState Enumeration

C1.UWP Assembly > C1.Xaml Namespace : C1ListBoxItemState Enumeration
State of a C1ListViewerItem.
Syntax
'Declaration
 
Public Enum C1ListBoxItemState 
   Inherits System.Enum
public enum C1ListBoxItemState : System.Enum 
Members
MemberDescription
FullDisplay the full template of the C1ListViewerItem.
PreviewDisplay the preview template of the C1ListViewerItem.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Xaml.C1ListBoxItemState

See Also

Reference

C1.Xaml Namespace