ListView for WPF | ComponentOne
C1.WPF.ListView Assembly / C1.WPF.ListView Namespace / ListViewItemView Class / State Property

In This Topic
    State Property (ListViewItemView)
    In This Topic
    Gets or sets the state of the item, which can be Preview or Full.
    Syntax
    'Declaration
     
    Public Property State As C1ListBoxItemState
    public C1ListBoxItemState State {get; set;}
    See Also