ASPxFilterControlBase.BindToSource(Object, Boolean, Int32) Method
In This Article
Bind filter control columns to the specified object.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public void BindToSource(
object obj,
bool allowHierarchicalColumns = true,
int maxHierarchyDepth = 4
)
#Parameters
Name | Type | Description |
---|---|---|
obj | Object | An object 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