Click or drag to resize
StoreReadOnlyEventArgs Class
Supplies data for the StoreReadOnly event of the GridControl class.
Inheritance Hierarchy

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
public class StoreReadOnlyEventArgs : StoreEventArgs

The StoreReadOnlyEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodStoreReadOnlyEventArgs
Initializes a new StoreReadOnlyEventArgs object.
Top
Properties
  NameDescription
Public propertyCanStore
Gets or sets whether the data can be stored to the grid.
(Inherited from StoreEventArgs.)
Public propertyReadOnly
Gets or sets the read-only state for the grid.
Public propertyStored
Gets or sets whether the information has already been stored.
(Inherited from StoreEventArgs.)
Top
Remarks
These event arguments are supplied to any overridden StoreReadOnly event handler, as well as to any delegates attached to the StoreReadOnly event.
The StoreReadOnly event is invoked when the grid stores the read-only state for the grid to the corresponding attribute of the parameter object.
See Also