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

GridViewStyles.FilterCell Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public GridViewFilterCellStyle FilterCell { get; }

Property Value

Type Description
GridViewFilterCellStyle

A GridViewFilterCellStyle object that contains style settings used to paint cells within the filter row.

Remarks

The FilterCell property allows the appearance of all the filter cells to be specified. Columns provide the GridViewDataColumn.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 via the GridViewStyles.FilterRow property.

See Also