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

The StoreFrozenColsEventArgs type exposes the following members.

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