Click or drag to resize
StoreInsertRowsEventArgs Class
Supplies data for the StoreInsertRows 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 StoreInsertRowsEventArgs : StoreEventArgs

The StoreInsertRowsEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodStoreInsertRowsEventArgs
Initializes a new StoreHideRowEventArgs object.
Top
Properties
  NameDescription
Public propertyCanStore
Gets or sets whether the data can be stored to the grid.
(Inherited from StoreEventArgs.)
Public propertyCount
Gets or sets the number of rows to insert.
Public propertyProcessed
Gets or sets the processed flag.
Public propertyRow
Gets or sets the row index at which to insert the rows.
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 StoreInsertRows event handler, as well as to any delegates attached to the StoreInsertRows event.
The StoreInsertRows event is invoked when the grid inserts rows into its data structure.
See Also