Click or drag to resize
StoreEventArgsStored Property
Gets or sets whether the information has already been stored.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
public bool Stored { get; set; }

Property Value

Type: Boolean
true to indicate that you have already stored the information in your own data structures, and/or to prevent the grid from storing the data in its data structures; false to indicate that the value has not yet been stored.
See Also