GridViewStyles.FilterRow Property
Gets the style settings used to paint the Filter Row.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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