ListView for WPF | ComponentOne
C1.WPF.ListView Assembly / C1.WPF.ListView Namespace / ListViewItem Class / IsEnabled Property

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