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

The StoreInsertColsEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodStoreInsertColsEventArgs
Initializes a new StoreHideColEventArgs object.
Top
Properties
  NameDescription
Public propertyCanStore
Gets or sets whether the data can be stored to the grid.
(Inherited from StoreEventArgs.)
Public propertyCol
Gets or sets the column index at which to insert the columns.
Public propertyCount
Gets or sets the number of columns to insert.
Public propertyProcessed
Gets or sets the processed flag.
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 StoreInsertCols event handler, as well as to any delegates attached to the StoreInsertCols event.
The StoreInsertCols event is invoked when the grid inserts columns into its data structure.
See Also