Click or drag to resize
StoreRowHeightEventArgs Properties

The StoreRowHeightEventArgs 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 propertyHeight
Gets or sets the height to store for the row.
Public propertyRow
Gets or sets the row for which the new height is being stored.
Public propertyStored
Gets or sets whether the information has already been stored.
(Inherited from StoreEventArgs.)
Top
See Also