VerticalGridStyles.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 VerticalGridStyle BatchEditCell { get; }
#Property Value
Type | Description |
---|---|
Vertical |
A Vertical |
#Remarks
Use the BatchEditCell property to define the appearance of edit cells when the batch edit mode is used (the ASPxVerticalGridEditingSettings.Mode property is set to Batch). The style settings of the modified cells can be specified by the VerticalGridStyles.BatchEditModifiedCell property.
See Also