Click or drag to resize
StoreInsertRowsEventArgs Properties

The StoreInsertRowsEventArgs type exposes the following members.

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
See Also