GridViewStyles.EditFormDisplayRow Property
In This Article
Get the style settings used to paint the data row currently being edited.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public GridViewDataRowStyle EditFormDisplayRow { get; }
#Property Value
Type | Description |
---|---|
Grid |
A Grid |
#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