GridViewStyles.Cell Property
Gets the style settings used to paint data cells.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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