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

CardViewStyles.BatchEditDeletedCard Property

Gets the style settings defining the appearance of a card when it is deleted in batch edit mode.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public CardViewCardStyle BatchEditDeletedCard { get; }

Property Value

Type Description
CardViewCardStyle

A CardViewCardStyle 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, before saving the changes, the deleted cards are marked out using the style settings providing by the BatchEditDeletedCard property.

See Also