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

CardViewColumn.BatchEditModifiedCellStyle Property

Gets the style settings defining the appearance of the column’s data cell when it is modified in batch edit mode.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public CardViewStyleBase BatchEditModifiedCellStyle { get; }

Property Value

Type Description
CardViewStyleBase

A CardViewStyleBase object that contains style settings.

Remarks

When the ASPxCardViewEditingSettings.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 modified and unsaved cells are marked out. Use the BatchEditModifiedCellStyle property to specify the style settings of modified cells contained in the current column.

To specify common style settings for all modified cells, use the CardViewStyles.BatchEditModifiedCell property.

ASPxCardView_BatchEditMode

See Also