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

GridViewDataColumn.FilterCellStyle Property

Gets the style settings used to paint a cell within the Filter Row that corresponds to the current data column.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public GridViewFilterCellStyle FilterCellStyle { get; }

Property Value

Type Description
GridViewFilterCellStyle

A GridViewFilterCellStyle object that contains style settings used to paint a filter cell that corresponds to the current data column.

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 GridViewStyles.FilterCell property.

See Also