KaxFilterDataFieldEditorDataType Property |
Gets or sets (see the Remarks) the type of the data from the Field.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public virtual Type DataType { get; set; }
Public Overridable Property DataType As Type
Get
Set
public:
virtual property Type^ DataType {
Type^ get ();
void set (Type^ value);
}
abstract DataType : Type with get, set
override DataType : Type with get, set
Property Value
Type:
TypeRemarks The DataType property supports the following base .NET Framework data
types:
- Boolean
- Byte
- Char
- DateTime
- Decimal
- Double
- Int16
- Int32
- Int64
- SByte
- Single
- String
- TimeSpan
- UInt16
- UInt32
- UInt64
See Also