Skip to main content

TreeListFilterRowTemplateContainer(ASPxTreeList) Constructor

Initializes a new instance of the TreeListFilterRowTemplateContainer class.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public TreeListFilterRowTemplateContainer(
    ASPxTreeList treeList
)

Parameters

Name Type Description
treeList ASPxTreeList

An object representing a tree list.

See Also