Skip to main content
Tab

GridViewStyles.InlineEditRow Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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