Skip to main content

BaseEdit.DisableExcessiveUpdatesInInplaceInactiveMode Property

Gets or sets whether to disable excessive updates when the editor is used within a data-aware control (e.g. DXGrid) and it is inactive.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v14.2.dll

#Declaration

public bool? DisableExcessiveUpdatesInInplaceInactiveMode { get; set; }

#Property Value

Type Description
Nullable<Boolean>

true to disable excessive updates; otherwise, false.

#Remarks

By default, the DisableExcessiveUpdatesInInplaceInactiveMode property is set to true for better performance when used within a data-aware control. In most instances you won't need to use it.

#Implements

DevExpress.Xpf.Editors.IBaseEdit.DisableExcessiveUpdatesInInplaceInactiveMode
See Also