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

CardViewStyles.BatchEditCell Property

Gets the style settings defining the appearance of a grid edit cell in batch edit mode.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public CardViewStyleBase BatchEditCell { get; }

Property Value

Type Description
CardViewStyleBase

A CardViewStyleBase object that contains style settings.

Remarks

Use the BatchEditCell property to define the appearance of edit cells when the batch edit mode is used (the ASPxCardViewEditingSettings.Mode property is set to Batch). The style settings of the modified cells can be specified by the CardViewStyles.BatchEditModifiedCell property.

See Also