소유한 셀들이 가질 값의 데이터 타입을 가져오거나 설정합니다.

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

Syntax

C#
public Type DataType { get; set; }
Visual Basic
Public Property DataType As Type
	Get
	Set
Visual C++
public:
virtual property Type^ DataType {
	Type^ get () sealed;
	void set (Type^ value) sealed;
}

Return Value

데이터 타입을 나타내는 Type입니다.

Implements

IColumnDescriptor..::..DataType

See Also