ASPxFilterControlBase.BindToSource(Type, Boolean, Int32) Method
In This Article
Bind filter control columns to the specified type.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.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 |
---|---|---|---|
allow |
Boolean | True |
|
max |
Int32 | 4 | An integer value specifying the maximum hierarchy depth level that can be displayed by the filter control. |
See Also