Skip to main content
A newer version of this page is available. .
Tab

GridViewFilterCellStyle Class

Provides the style settings used to paint cells within the filter row.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public class GridViewFilterCellStyle :
    GridViewStyleBase

The following members return GridViewFilterCellStyle objects:

Library Related API Members
ASP.NET Bootstrap Controls BootstrapGridViewDataColumn.FilterCellStyle
ASP.NET Web Forms Controls FileManagerDetailsViewStyles.FilterCell
GridViewDataColumn.FilterCellStyle
GridViewStyles.FilterCell

Remarks

These settings can be accessed using the GridViewStyles.FilterCell and GridViewDataColumn.FilterCellStyle properties.

Inheritance

See Also