FilterControlComplexTypeColumn.DataType Property
In This Article
Specifies the type of data to which the current column is bound.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue(FilterControlDataType.Object)]
public FilterControlDataType DataType { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Filter |
Object | One of the Filter |
Available values:
Name | Description |
---|---|
Object | The column is bound to an object. |
List | The column is bound to a list. |
See Also