ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1ListBoxItemState Enumeration

In This Topic
    C1ListBoxItemState Enumeration
    In This Topic
    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