DataPA Enterprise Dashboard Controls API Reference
Gets or sets a value that indicates the data type of the field.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)

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;
}

Property Value

Type: Type
Value that indicates the data type of the field

Return Value

Type: Type
Value that indicates the data type of the field

Remarks