Skip to main content
A newer version of this page is available. .

TreeListCommandColumn.ApplyFilterButton Property

Gets the Applyl command button’s settings.

Namespace: DevExpress.Web.ASPxTreeList

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

Declaration

public TreeListCommandColumnButton ApplyFilterButton { get; }

Property Value

Type Description
TreeListCommandColumnButton

A TreeListCommandColumnButton object that specifies the button’s settings.

Remarks

The Apply button applies filter criteria composed by an end-user. Use the ApplyFilterButton property to specify the button’s image, caption and type.

See Also