Skip to main content
Tab

ASPxFilterControlBase.BindToSource(Object, Boolean, Int32) Method

Bind filter control columns to the specified object.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.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
allowHierarchicalColumns Boolean True

true, to display hierarchical columns; otherwise, false.

maxHierarchyDepth Int32 4

An integer value specifying the maximum hierarchy depth level that can be displayed by the filter control.

See Also