GridViewStyles.InlineEditCell Property
Gets the style settings used to paint in-line edit row cells.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Property Value
Type | Description |
---|---|
GridViewEditCellStyle | A GridViewEditCellStyle object that contains style settings used to paint cells within the in-line edit row. |
Remarks
Cell values are edited within the In-Line Edit Row if the ASPxGridViewEditingSettings.Mode property is set to GridViewEditingMode.Inline.
Data columns provide the GridViewDataColumn.EditCellStyle property that enables you to provide custom style settings for individual edit cells.
See Also