VerticalGridStyles.BatchEditCell Property
Gets the style settings defining the appearance of a grid edit cell in batch edit mode.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
VerticalGridStyle | A VerticalGridStyle 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 ASPxVerticalGridEditingSettings.Mode property is set to Batch). The style settings of the modified cells can be specified by the VerticalGridStyles.BatchEditModifiedCell property.
See Also