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

FilterControlDataType Enum

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

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