GridViewStyles.Cell Property
In This Article
Gets the style settings used to paint data cells.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public GridViewCellStyle Cell { get; }
#Property Value
Type | Description |
---|---|
Grid |
A Grid |
#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