FilterControlColumnType Enum
Contains values that specify the data type of columns.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Members
Name | Description |
---|---|
Default
|
Contains string values (the String type). |
String
|
Contains string values (the String type). |
Integer
|
Contains integer values (the Int32 type). |
DateTime
|
Contains date/time values (the DateTime type). |
Boolean
|
Contains Boolean values (the Boolean type). |
Double
|
Contains double values (the Double type). |
Decimal
|
Contains decimal values (the Decimal type). |
Related API Members
The following properties accept/return FilterControlColumnType values:
See Also