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

In This Topic
    CheckedFieldName Property (BindingInfo)
    In This Topic
    Gets or sets the list of fields to be used for binding with checkboxes depending on the level of the node.
    Syntax
    'Declaration
     
    
    <C1CategoryAttribute("Data")>
    <C1DescriptionAttribute("BindingInfo.CheckedFieldName", "Gets or sets the list of fields to be used for binding with checkboxes depending on the level of the node.")>
    <DefaultValueAttribute("")>
    Public Property CheckedFieldName As String
    [C1Category("Data")]
    [C1Description("BindingInfo.CheckedFieldName", "Gets or sets the list of fields to be used for binding with checkboxes depending on the level of the node.")]
    [DefaultValue("")]
    public string CheckedFieldName {get; set;}
    Remarks
    Last field name sets the field to be used on all of the following levels.
    Example
    [First]\\[Second]\\[etc]
    See Also