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

GridViewStyles.BatchEditChangesPreviewGroupRow Property

Gets the style settings defining the appearance of a grid row in Changes Preview mode when it is modified in batch edit mode.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public GridViewDataRowStyle BatchEditChangesPreviewGroupRow { get; }

Property Value

Type Description
GridViewDataRowStyle

A GridViewDataRowStyle object that contains style settings.

Remarks

When the ASPxGridViewEditingSettings.Mode property is set to Batch, the grid provides the capability to modify a batch of grid data on the client side and then send it to the server in one request. In this case, the deleted rows are marked out using the style settings provided by the BatchEditChangesPreviewGroupRow property.

See Also