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

The StoreDefaultRowHeightEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodStoreDefaultRowHeightEventArgs
Initializes a new StoreDefaultRowHeightEventArgs object.
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 new default row height for the grid.
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 StoreDefaultRowHeight event handler, as well as to any delegates attached to the StoreDefaultRowHeight event.
The StoreDefaultRowHeight event is invoked when then grid converts the default value for the row height to a logical value and assigns it to the corresponding attribute of the parameter-object.
See Also