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

GridViewStyles.InlineEditCell Property

Gets the style settings used to paint in-line edit row cells.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public GridViewEditCellStyle InlineEditCell { get; }

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