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

In This Topic
    DataMember Property (CheckListBindingInfo)
    In This Topic
    Gets or sets a name of a specific record set within the DataSource.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute("")>
    <C1DescriptionAttribute("C1CheckList.DataMember", "Gets or sets a name of a specific record set within the DataSource.")>
    <C1CategoryAttribute("Data")>
    Public Property DataMember As String
    [DefaultValue("")]
    [C1Description("C1CheckList.DataMember", "Gets or sets a name of a specific record set within the DataSource.")]
    [C1Category("Data")]
    public string DataMember {get; set;}
    See Also