Back to Devexpress

GridViewDataColumn.FilterCellStyle Property

aspnet-devexpress-dot-web-dot-gridviewdatacolumn-b6eb1c98.md

latest1.7 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public GridViewFilterCellStyle FilterCellStyle { get; }
vb
Public ReadOnly Property FilterCellStyle As GridViewFilterCellStyle

Property Value

TypeDescription
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

FilterCell

Grid View

GridViewDataColumn Class

GridViewDataColumn Members

DevExpress.Web Namespace