GridViewStyles.FilterRow Property
In This Article
Gets the style settings used to paint the Filter Row.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public GridViewRowStyle FilterRow { get; }
#Property Value
Type | Description |
---|---|
Grid |
A Grid |
#Remarks
Use the GridViewStyles.FilterCell property to paint individual cells in the filter row.
See Also