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

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