TreeListStyles.FilterCell Property
Gets the style settings used to paint cells within the Filter Row.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
TreeListFilterCellStyle | A TreeListFilterCellStyle object that contains style settings used to paint cells within the filter row. |
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