Skip to main content
A newer version of this page is available. .
Tab

GridViewDataColumn.EditCellStyle Property

Gets the style settings used to paint the column’s cells within the Edit Form.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public GridViewEditCellStyle EditCellStyle { get; }

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.

See Also