GridViewStyles.FilterCell Property
Gets the style settings used to paint cells within the Filter Row.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
GridViewFilterCellStyle | A GridViewFilterCellStyle object that contains style settings used to paint cells within the filter row. |
Remarks
The FilterCell property allows the appearance of all the filter cells to be specified. Columns provide the GridViewDataColumn.FilterCellStyle property that allows you to customize the appearance of individual cells within the filter row.
The style settings used to paint the filter row can be accessed via the GridViewStyles.FilterRow property.
See Also