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

TreeListCommandColumnClearFilterButton(TreeListCommandColumn) Constructor

Initializes a new instance of the TreeListCommandColumnClearFilterButton class.

Namespace: DevExpress.Web.ASPxTreeList

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

Declaration

public TreeListCommandColumnClearFilterButton(
    TreeListCommandColumn column
)

Parameters

Name Type Description
column TreeListCommandColumn

A object representing a command column.

See Also