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

GridViewStyles.EditFormDisplayRow Property

Get the style settings used to paint the data row currently being edited.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public GridViewDataRowStyle EditFormDisplayRow { get; }

Property Value

Type Description
GridViewDataRowStyle

A GridViewDataRowStyle object that contains style settings used to paint the data row currently being edited.

Remarks

If the ASPxGridViewEditingSettings.Mode property is set to GridViewEditingMode.EditFormAndDisplayRow, the data row whose values are currently being edited is displayed above the Edit Form. Use the EditFormDisplayRow property to speicfy the row’s style.

See Also