펼쳐질 목록에 표시할 데이터 소스를 가져오거나 설정합니다.

Namespace: Ntreev.Windows.Forms.Grid.Columns
Assembly: Ntreev.Windows.Forms.Grid (in Ntreev.Windows.Forms.Grid.dll) Version: 1.0.4216.32284

Syntax

C#
public Object DataSource { set; }
Visual Basic
Public WriteOnly Property DataSource As Object
	Set
Visual C++
public:
property Object^ DataSource {
	void set (Object^ value);
}

See Also