GridViewStyles.InlineEditCell Property
In This Article
Gets the style settings used to paint in-line edit row cells.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public GridViewEditCellStyle InlineEditCell { get; }
#Property Value
Type | Description |
---|---|
Grid |
A Grid |
#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