Skip to main content
Tab

FilterControlDataType Enum

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public enum FilterControlDataType

#Members

Name Description
Object

The column is bound to an object.

List

The column is bound to a list.

#Related API Members

The following properties accept/return FilterControlDataType values:

#Remarks

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

See Also