CheckedListBox.DataSource Property

Definition

Gets or sets the data source for the control.

public:
 property System::Object ^ DataSource { System::Object ^ get(); void set(System::Object ^ value); };
[System.ComponentModel.Browsable(false)]
public object DataSource { get; set; }
[System.ComponentModel.Browsable(false)]
public object? DataSource { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.DataSource : obj with get, set
Public Property DataSource As Object

Property Value

An object representing the source of the data.

Attributes

Applies to