TreeListStyles.FilterCell Property
In This Article
Gets the style settings used to paint cells within the Filter Row.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public TreeListFilterCellStyle FilterCell { get; }
#Property Value
Type | Description |
---|---|
Tree |
A Tree |
#Remarks
The FilterCell property allows specifying the appearance of all filter cells. Columns provide the TreeListDataColumn.FilterCellStyle property that allows you to customize the appearance of individual cells within the filter row.
The style settings used to paint the filter row can be accessed by the TreeListStyles.FilterRow property.
See Also