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

GridViewStyles.EditFormCell Property

Gets the style settings used to paint edit cells displayed within the Edit Form.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public GridViewEditCellStyle EditFormCell { get; }

Property Value

Type Description
GridViewEditCellStyle

A GridViewEditCellStyle object that contains style settings used to paint edit form cells.

Remarks

Data columns provide the GridViewDataColumn.EditCellStyle property that enables you to provide custom style settings for individual edit form cells.

See Also