Click or drag to resize
StoreEventArgsCanStore Property
Gets or sets whether the data can be stored to the grid.

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

Property Value

Type: Boolean
true to allow the data to be stored; false to prevent the data from being stored.
By default, this property is true.
See Also