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

FilterControlComplexTypeColumn.DataType Property

Specifies the type of data to which the current column is bound.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

[DefaultValue(FilterControlDataType.Object)]
public FilterControlDataType DataType { get; set; }

Property Value

Type Default Description
FilterControlDataType **Object**

One of the FilterControlDataType enumeration values.

Available values:

Name Description
Object

The column is bound to an object.

List

The column is bound to a list.

See Also