TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / CheckListBindingInfo Class / DisabledMemberPath Property

In This Topic
    DisabledMemberPath Property (CheckListBindingInfo)
    In This Topic
    Gets or sets the name of the property used to control the enable or disable status to each item.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute("")>
    <C1DescriptionAttribute("C1CheckList.DisabledMemberPath", "Gets or sets the name of the property used to control the enable or disable status to each item.")>
    <C1CategoryAttribute("Data")>
    Public Property DisabledMemberPath As String
    [DefaultValue("")]
    [C1Description("C1CheckList.DisabledMemberPath", "Gets or sets the name of the property used to control the enable or disable status to each item.")]
    [C1Category("Data")]
    public string DisabledMemberPath {get; set;}
    See Also