그리드 컨트롤을 채울 데이터 소스를 가져오거나 설정합니다.
Namespace: Ntreev.Windows.Forms.GridAssembly: Ntreev.Windows.Forms.Grid (in Ntreev.Windows.Forms.Grid.dll) Version: 1.0.4216.32284
Syntax
C# |
---|
public Object DataSource { get; set; } |
Visual Basic |
---|
Public Property DataSource As Object Get Set |
Visual C++ |
---|
public: property Object^ DataSource { Object^ get (); void set (Object^ value); } |