GridViewStyles.EditFormCell Property
In This Article
Gets the style settings used to paint edit cells displayed within the Edit Form.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public GridViewEditCellStyle EditFormCell { get; }
#Property Value
Type | Description |
---|---|
Grid |
A Grid |
#Remarks
Data columns provide the GridViewDataColumn.EditCellStyle property that enables you to provide custom style settings for individual edit form cells.
See Also