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