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

In This Topic
    DisabledMemberPath Property (BindingInfo)
    In This Topic
    Gets a collection that identifies the data source fields that are used to bind to the C1TreeNode.Enabled property.
    Syntax
    'Declaration
     
    
    <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
    <BrowsableAttribute(False)>
    Public ReadOnly Property DisabledMemberPath As PropertyPath
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    [Browsable(false)]
    public PropertyPath DisabledMemberPath {get;}
    See Also