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.v19.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

Use the GridViewStyles.FilterCell property to paint individual cells in the filter row.

See Also