ListView for WPF | ComponentOne
C1.WPF.ListView Assembly / C1.WPF.ListView Namespace / ListViewGroupItem Class / IsSelected Property

In This Topic
    IsSelected Property (ListViewGroupItem)
    In This Topic
    Gets or sets the IsSelected property
    Syntax
    'Declaration
     
    Public Property IsSelected As Boolean
    public bool IsSelected {get; set;}
    See Also