GridViewDataColumn.EditCellStyle Property
Gets the style settings used to paint the column’s cells within the Edit Form.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public GridViewEditCellStyle EditCellStyle { get; }
#Property Value
Type | Description |
---|---|
Grid |
A Grid |
#Remarks
Note
If you are using the Edit Form mode for data editing, the Editfalse
.
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.