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.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
GridViewEditCellStyle | A GridViewEditCellStyle object that contains style settings used to paint the column’s cells within the Edit Form. |
Remarks
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.