GridViewStyles.EditFormDisplayRow Property
Get the style settings used to paint the data row currently being edited.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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