Skip to main content

TreeListCommandColumn.ClearFilterButton Property

Gets the Clear button settings.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v24.1.dll

NuGet Package: DevExpress.Web

Declaration

public TreeListCommandColumnClearFilterButton ClearFilterButton { get; }

Property Value

Type Description
TreeListCommandColumnClearFilterButton

The button’s settings.

Remarks

The Clear command button clears the applied filter.

Use the ClearFilterButton property to specify the button’s image, caption, and visibility. You can define the command button’s type with the TreeListCommandColumn.ButtonType property.

See Also