CheckedListBox::DataSource Property

 

Gets or sets the data source for the control.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
[BrowsableAttribute(false)]
property Object^ DataSource {
	Object^ get();
	void set(Object^ value);
}

Property Value

Type: System::Object^

An object representing the source of the data.

.NET Framework
Available since 1.1
Return to top
Show: