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

The StoreFrozenRowsEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodStoreFrozenRowsEventArgs
Initializes a new StoreFrozenRowsEventArgs object.
Top
Properties
  NameDescription
Public propertyCanStore
Gets or sets whether the data can be stored to the grid.
(Inherited from StoreEventArgs.)
Public propertyFrozenRows
Gets or sets the number of rows to freeze.
Public propertyHeaderRows
Gets or sets the number of rows to be used as row headers.
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 StoreFrozenRows event handler, as well as to any delegates attached to the StoreFrozenRows event.
The StoreFrozenRows event is invoked when the grid stores the number of frozen rows or stores the rows to be used as row headers to the corresponding attribute of the parameter-object.
See Also