CardViewStyles.BatchEditCell Property
In This Article
Gets the style settings defining the appearance of a grid edit cell in batch edit mode.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public CardViewStyleBase BatchEditCell { get; }
#Property Value
Type | Description |
---|---|
Card |
A Card |
#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