Back to Devexpress

VerticalGridDataRow.BatchEditModifiedCellStyle Property

aspnet-devexpress-dot-web-dot-verticalgriddatarow-b39f36ec.md

latest2.2 KB
Original Source

VerticalGridDataRow.BatchEditModifiedCellStyle Property

Gets the style settings defining the appearance of the row’s data cells when they are modified in batch edit mode.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public VerticalGridStyle BatchEditModifiedCellStyle { get; }
vb
Public ReadOnly Property BatchEditModifiedCellStyle As VerticalGridStyle

Property Value

TypeDescription
VerticalGridStyle

A VerticalGridStyle object that contains style settings.

|

Remarks

When the ASPxVerticalGridEditingSettings.Mode property is set to true, the grid modifies a batch of grid data on the client side and sends it to the server in one request. In this case, the modified and unsaved cells are marked out. Use the BatchEditModifiedCellStyle property to specify the style settings of modified cells contained in the current row.

To specify common style settings for all modified cells, use the VerticalGridStyles.BatchEditModifiedCell property.

See Also

Vertical Grid

BatchEditCell

BatchEditModifiedCell

VerticalGridDataRow Class

VerticalGridDataRow Members

DevExpress.Web Namespace