TreeListCommandColumn.ApplyFilterButton Property
In This Article
Gets the Apply command button’s settings.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public TreeListCommandColumnApplyFilterButton ApplyFilterButton { get; }
#Property Value
Type | Description |
---|---|
Tree |
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