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

The StoreHideColEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodStoreHideColEventArgs
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 to hide or show.
Public propertyHide
Gets or sets whether to show or hide the column.
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 StoreHideCol event handler, as well as to any delegates attached to the StoreHideCol event.
The StoreHideCol event is invoked when the grid stores the hidden flag for the specified column.
See Also