FilterControlComplexTypeColumn.DataType Property
Specifies the type of data to which the current column is bound.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
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