ComponentOne Input Library for WPF
C1.WPF.Input Namespace / C1MultiSelect Class / DisabledMemberPath Property

In This Topic
    DisabledMemberPath Property
    In This Topic
    Gets or sets the name of the property used to control the enable or disable status to each item.
    Syntax
    'Declaration
     
    
    Public Property DisabledMemberPath As String
    public string DisabledMemberPath {get; set;}
    See Also