Back to Devexpress

GridViewFilterCellStyle Class

aspnet-devexpress-dot-web-abad0509.md

latest2.2 KB
Original Source

GridViewFilterCellStyle Class

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class GridViewFilterCellStyle :
    GridViewStyleBase
vb
Public Class GridViewFilterCellStyle
    Inherits GridViewStyleBase

The following members return GridViewFilterCellStyle objects:

Remarks

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

Implements

IComponent

IDisposable

IStateManager

Inheritance

Object MarshalByRefObject Component Style AppearanceStyleBase AppearanceStyle DevExpress.Web.GridStyleBase GridViewStyleBase GridViewFilterCellStyle

See Also

GridViewFilterCellStyle Members

Grid View

DevExpress.Web Namespace