Skip to main content
A newer version of this page is available.
All docs
V19.2

TreeListCommandColumnApplyFilterButton(TreeListCommandColumn) Constructor

Initializes a new instance of the TreeListCommandColumnApplyFilterButton class.

Namespace: DevExpress.Web.ASPxTreeList

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

Declaration

public TreeListCommandColumnApplyFilterButton(
    TreeListCommandColumn column
)

Parameters

Name Type Description
column TreeListCommandColumn

A object representing a command column.

See Also