Skip to main content
Tab

GridViewStyles.FilterRow Property

Gets the style settings used to paint the Filter Row.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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