BaseEditSettings.DisableExcessiveUpdatesInInplaceInactiveMode Property
In This Article
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.Settings
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Nullable<Boolean> | true to disable excessive updates; otherwise, false. |
#Property Paths
You can access the BaseEditSettings.DisableExcessiveUpdatesInInplaceInactiveMode property from the following objects:
Object Type | Path to Disable |
---|---|
Bar |
|
Column |
|
Column |
|
Grid |
|
Grid |
|
Tree |
|
Tree |
|
#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.
See Also