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

The StoreRowHeightEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodStoreRowHeightEventArgs
Initializes a new StoreRowHeightEventArgs object for a given cell.
Top
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
Remarks
These event arguments are supplied to any overridden StoreRowHeight event handler, as well as to any delegates attached to the StoreRowHeight event.
The StoreRowHeight event is invoked when a new row height is stored to the grid parameter object.
See Also