TreeListStyles.FilterRow Property
In This Article
Gets the style settings used to paint the Filter Row.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public TreeListFilterRowStyle FilterRow { get; }
#Property Value
Type | Description |
---|---|
Tree |
A Tree |
#Remarks
The appearance settings used to paint cells displayed within the filter row are specified by the TreeListStyles.FilterCell property.
Note
Online Demos Refer to the Tree List - Data Filter Row
See Also