TypeSpecifics Enum
Lists the available column types.
Namespace: DevExpress.Data.Browsing.Design
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Members
Name | Description |
---|---|
None
|
No column type. |
List
|
The list column type. |
ListSource
|
The source list column type. |
ListOfParameters
|
The parameter list column type. |
Default
|
The default column type. |
String
|
The string column type. |
Integer
|
The integer number column type. |
Float
|
The floating point number column type. |
Date
|
The date-time column type. |
Bool
|
The Boolean column type. |
Guid
|
The GUID column type. |
Array
|
The array column type. |
Enum
|
|
CalcDefault
|
The default calculated field column type. |
CalcString
|
The string calculated field column type. |
CalcInteger
|
The integer number calculated field column type. |
CalcFloat
|
The floating point number calculated field column type. |
CalcDate
|
The date-time calculated field column type. |
CalcBool
|
The Boolean calculated field column type. |
CalcGuid
|
The GUID calculated field column type. |
Range
|