TreeListDataColumn.FilterCellStyle Property
In This Article
Gets the style settings used to paint a cell within the Filter Row that corresponds to the current data column.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public TreeListFilterCellStyle FilterCellStyle { get; }
#Property Value
Type | Description |
---|---|
Tree |
A Tree |
#Remarks
If the style settings provided by the FilterCellStyle property are not specified, the filter cell that corresponds to the current data column is painted using the style settings provided by the TreeListStyles.FilterCell property.
See Also