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

The StoreHideRowEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodStoreHideRowEventArgs
Initializes a new StoreHideRowEventArgs object.
Top
Properties
  NameDescription
Public propertyCanStore
Gets or sets whether the data can be stored to the grid.
(Inherited from StoreEventArgs.)
Public propertyHide
Gets or sets whether to show or hide the row.
Public propertyRow
Gets or sets the row to hide or show.
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 StoreHideRow event handler, as well as to any delegates attached to the StoreHideRow event.
The StoreHideRow event is invoked when the grid stores the hidden flag for the specified row.
See Also