ASPxFilterControlBase.BindToSource(Type, Boolean, Int32) Method
Bind filter control columns to the specified type.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
public void BindToSource(
Type type,
bool allowHierarchicalColumns = true,
int maxHierarchyDepth = 4
)
Parameters
Name | Type | Description |
---|---|---|
type | Type | A type to which the filter control is bound. |
Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
allowHierarchicalColumns | Boolean | True |
|
maxHierarchyDepth | Int32 | 4 | An integer value specifying the maximum hierarchy depth level that can be displayed by the filter control. |
See Also