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

GridViewStyles.FilterRow Property

Gets the style settings used to paint the Filter Row.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public GridViewRowStyle FilterRow { get; }

Property Value

Type Description
GridViewRowStyle

A GridViewRowStyle object that contains style settings used to paint the filter row.

Remarks

The appearance settings used to paint cells displayed within the filter row are specified by the GridViewStyles.FilterCell property.

See Also