Objective Grid for Microsoft® .NET® Reference Guide

GridControl.StoreHideRow Event

Back to Class Index

Store Hide Row Event.     

[Visual Basic]
Public Event StoreHideRow As StoreHideRowEventHandler
[C#]
public event StoreHideRowEventHandler StoreHideRow;

Event Data

The event handler receives an argument of type StoreHideRowEventArgs containing data related to this event. The following StoreHideRowEventArgs properties provide information specific to this event.

PropertyDescription
CanStore
HideGets or sets a value to hide or show the row.     
RowGets or sets the row to hide or show.     
Stored

See Also

GridControl Class | GridControl Members | Stingray.Grid Namespace