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

GridViewStyles.Cell Property

Gets the style settings used to paint data cells.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public GridViewCellStyle Cell { get; }

Property Value

Type Description
GridViewCellStyle

A GridViewCellStyle object that contains style settings used to paint data cells.

Remarks

The Cell property allows the appearance of all data cells to be specified. To specify the appearance settings for the selected and focused cells, use the GridViewStyles.SelectedRow and GridViewStyles.FocusedRow properties, respectively.

To provide custom style settings used to paint cells in individual columns, use the GridViewColumn.CellStyle property.

See Also