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

GridViewStyles.InlineEditRow Property

Gets the style settings used to paint the In-Line Edit Row.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public GridViewInlineEditRowStyle InlineEditRow { get; }

Property Value

Type Description
GridViewInlineEditRowStyle

A GridViewInlineEditRowStyle object that contains style settings used to paint the in-line edit row.

See Also