VerticalGridStyles.BatchEditNewRecord Property
In This Article
Gets the style settings defining the appearance of a grid record newly created in batch edit mode.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public VerticalGridStyle BatchEditNewRecord { get; }
#Property Value
Type | Description |
---|---|
Vertical |
A Vertical |
#Remarks
When the ASPxVerticalGridEditingSettings.Mode property is set to true
, the grid provides the capability to modify a batch of grid data on the client side and then send it to the server in one request. In this case, the newly created records are marked out using the style settings provided by the BatchEditNewRecord property.
See Also