Skip to main content
A newer version of this page is available. .

TreeListStyles.FilterCell Property

Gets the style settings used to paint cells within the Filter Row.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v18.2.dll

Declaration

public TreeListFilterCellStyle FilterCell { get; }

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