Click or drag to resize
StoreHideRowEventArgs Properties

The StoreHideRowEventArgs type exposes the following members.

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
See Also