ASPxFilterControlBase.BindToSource(Object, Boolean, Int32) Method
Bind filter control columns to the specified object.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.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 |
---|---|---|---|
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