aspnet-devexpress-dot-web-65f92ad1.md
Contains values that specify the data type of columns.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public enum FilterControlColumnType
Public Enum FilterControlColumnType
| 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).
|
The following properties accept/return FilterControlColumnType values:
See Also