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.v21.2.dll

NuGet Package: DevExpress.Web

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.

See Also