Click or drag to resize
StoreRemoveRowsEventArgs Properties

The StoreRemoveRowsEventArgs 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 propertyFromRow
Gets or sets the starting row index of the range of rows to remove.
Public propertyProcessed
Gets or sets the processed flag.
Public propertyStored
Gets or sets whether the information has already been stored.
(Inherited from StoreEventArgs.)
Public propertyToRow
Gets or sets the ending row index of the range of rows to remove.
Top
See Also