Click or drag to resize
KaxFilterDataFieldEditorDataType Property

Gets or sets (see the Remarks) the type of the data from the Field.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public virtual Type DataType { get; set; }

Property Value

Type: Type
Remarks

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