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

The StoreRemoveColsEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodStoreRemoveColsEventArgs
Initializes a new StoreRemoveColsEventArgs object.
Top
Properties
  NameDescription
Public propertyCanStore
Gets or sets whether the data can be stored to the grid.
(Inherited from StoreEventArgs.)
Public propertyFromCol
Gets or sets the starting column index of the range of columns to remove.
Public propertyProcessed
Gets or sets the processed flag.
Public propertyStored
Gets or sets whether the information has already been stored.
(Inherited from StoreEventArgs.)
Public propertyToCol
Gets or sets the ending column index of the range of columns to remove.
Top
Remarks
These event arguments are supplied to any overridden StoreRemoveCols event handler, as well as to any delegates attached to the StoreRemoveCols event.
The StoreRemoveCols event is invoked when columns are removed from the grid.
See Also