Back to Devexpress

FilterControlDataType Enum

aspnet-devexpress-dot-web-ca705767.md

latest1.2 KB
Original Source

FilterControlDataType Enum

Lists values that specify the type of data displayed in the FilterControlComplexTypeColumn column.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum FilterControlDataType
vb
Public Enum FilterControlDataType

Members

NameDescription
Object

The column is bound to an object.

| | List |

The column is bound to a list.

|

The following properties accept/return FilterControlDataType values:

Remarks

Values listed by this enumeration are used to set the FilterControlComplexTypeColumn.DataType property.

See Also

DevExpress.Web Namespace