GridViewFilterCellStyle Class
In This Article
Provides the style settings used to paint cells within the filter row.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class GridViewFilterCellStyle :
GridViewStyleBase
#Related API Members
The following members return GridViewFilterCellStyle objects:
#Remarks
These settings can be accessed using the GridViewStyles.FilterCell and GridViewDataColumn.FilterCellStyle properties.
#Inheritance
Object
MarshalByRefObject
Component
Style
AppearanceStyleBase
AppearanceStyle
DevExpress.Web.GridStyleBase
GridViewStyleBase
GridViewFilterCellStyle
See Also