GridViewDataColumn.FilterCellStyle Property
Gets the style settings used to paint a cell within the Filter Row that corresponds to the current data column.
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 a filter cell that corresponds to the current data column. |
Remarks
If the style settings provided by the FilterCellStyle property are not specified, the filter cell that corresponds to the current data column is painted using the style settings provided by the GridViewStyles.FilterCell property.
See Also