Skip to main content
A newer version of this page is available. .
Tab

GridBatchEditSettings.AllowRegularDataItemTemplate Property

Specifies whether a data item template should be overwritten in a data cell when its editing is completed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue(false)]
public bool AllowRegularDataItemTemplate { get; set; }

Property Value

Type Default Description
Boolean **false**

true, to retain a data item template in a data cell when editing ends; false, to set a value from an editor in a data cell when editing ends.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to AllowRegularDataItemTemplate
ASP.NET Bootstrap Controls BootstrapCardViewEditingSettings
.BatchEditSettings.AllowRegularDataItemTemplate
BootstrapGridViewEditingSettings
.BatchEditSettings.AllowRegularDataItemTemplate
ASP.NET Web Forms Controls ASPxCardViewEditingSettings
.BatchEditSettings.AllowRegularDataItemTemplate
ASPxGridViewEditingSettings
.BatchEditSettings.AllowRegularDataItemTemplate
TreeListSettingsEditing
.BatchEditSettings.AllowRegularDataItemTemplate
ASPxVerticalGridEditingSettings
.BatchEditSettings.AllowRegularDataItemTemplate
MVCxCardViewEditingSettings
.BatchEditSettings.AllowRegularDataItemTemplate
MVCxGridViewEditingSettings
.BatchEditSettings.AllowRegularDataItemTemplate
MVCxTreeListSettingsEditing
.BatchEditSettings.AllowRegularDataItemTemplate
MVCxVerticalGridEditingSettings
.BatchEditSettings.AllowRegularDataItemTemplate
See Also