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

In This Topic
    DataSource Property (CheckListBindingInfo)
    In This Topic
    Gets or sets the object used as the data source for the current C1CheckList control.
    Syntax
    'Declaration
     
    
    <C1CategoryAttribute("Data")>
    <AttributeProviderAttribute(System.ComponentModel.IListSource)>
    <C1DescriptionAttribute("C1CheckList.DataSource", "Gets or sets the object used as the data source for the current C1CheckList control.")>
    <DefaultValueAttribute("")>
    Public Property DataSource As Object
    [C1Category("Data")]
    [AttributeProvider(System.ComponentModel.IListSource)]
    [C1Description("C1CheckList.DataSource", "Gets or sets the object used as the data source for the current C1CheckList control.")]
    [DefaultValue("")]
    public object DataSource {get; set;}
    See Also