Skip to main content
A newer version of this page is available. .
Tab

FilterControlColumnType Enum

Contains values that specify the data type of columns.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public enum FilterControlColumnType

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:

Remarks

The values listed by this enumeration are used to set the FilterControlColumn.ColumnType property.

See Also