aspnet-devexpress-dot-web-dot-gridviewdatacolumn-8f454b22.md
Gets the style settings used to paint the column’s cells within the Edit Form.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public GridViewEditCellStyle EditCellStyle { get; }
Public ReadOnly Property EditCellStyle As GridViewEditCellStyle
| Type | Description |
|---|---|
| GridViewEditCellStyle |
A GridViewEditCellStyle object that contains style settings used to paint the column’s cells within the Edit Form.
|
Note
If you are using the Edit Form mode for data editing, the EditCellStyle property has no effect by default. To overcome this limitation, set the ASPxGridViewEditingSettings.UseFormLayout property to false.
If the EditCellStyle property isn’t specified, the edit cell that corresponds to the current column is painted using the style settings provided by the GridViewStyles.InlineEditCell (GridViewStyles.EditFormCell) property.
To specify the appearance of data cells, use the GridViewColumn.CellStyle property.
See Also