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

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