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

WinExplorerViewOptionsBehavior.CacheValuesOnRowUpdating Property

An overload for the ColumnViewOptionsBehavior.CacheValuesOnRowUpdating property, not supported in WinExplorer View.

Namespace: DevExpress.XtraGrid.WinExplorer

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

[Browsable(false)]
public override CacheRowValuesMode CacheValuesOnRowUpdating { get; set; }

Property Value

Type
DevExpress.Data.CacheRowValuesMode

Property Paths

You can access this nested property as listed below:

Object Type Path to CacheValuesOnRowUpdating
WinExplorerView
.OptionsBehavior.CacheValuesOnRowUpdating
See Also