WinExplorerViewOptionsBehavior.CacheValuesOnRowUpdating Property
An overload for the ColumnViewOptionsBehavior.CacheValuesOnRowUpdating property, not supported in WinExplorer View.
Namespace: DevExpress.XtraGrid.WinExplorer
Assembly: DevExpress.XtraGrid.v20.2.dll
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override CacheRowValuesMode CacheValuesOnRowUpdating { get; set; }
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overrides Property CacheValuesOnRowUpdating As CacheRowValuesMode
Property Value
Type |
---|
DevExpress.Data.CacheRowValuesMode |
See Also
Feedback