Back to Devexpress

CardViewStyles.BatchEditNewCard Property

aspnet-devexpress-dot-web-dot-cardviewstyles-579cb557.md

latest1.5 KB
Original Source

CardViewStyles.BatchEditNewCard Property

Gets the style settings defining the appearance of a card newly created in batch edit mode.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public CardViewCardStyle BatchEditNewCard { get; }
vb
Public ReadOnly Property BatchEditNewCard As CardViewCardStyle

Property Value

TypeDescription
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, the newly created cards are marked out using the style settings provided by the BatchEditNewCard property.

See Also

CardViewStyles Class

CardViewStyles Members

DevExpress.Web Namespace