TileViewOptionsBehavior.CacheValuesOnRowUpdating Property
This member is not supported by the TileViewOptionsBehavior class.
Namespace: DevExpress.XtraGrid.Views.Tile
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
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 |
---|---|
TileView |
|
See Also