Skip to main content

TreeListCommandColumn.ApplyFilterButton Property

Gets the Apply command button’s settings.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

public TreeListCommandColumnApplyFilterButton ApplyFilterButton { get; }

Property Value

Type Description
TreeListCommandColumnApplyFilterButton

The button’s settings.

Remarks

The Apply button applies filter criteria to the ASPxTreeList.

Use the ApplyFilterButton 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