Objective Grid for Microsoft® .NET® Reference Guide

GridControl.StoreHideCol Event

Back to Class Index

Store Hide Column Event.     

[Visual Basic]
Public Event StoreHideCol As StoreHideColEventHandler
[C#]
public event StoreHideColEventHandler StoreHideCol;

Event Data

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

PropertyDescription
CanStore
ColGets or sets the column to hide or show.     
HideGets or sets a value to hide or show the column.     
Stored

See Also

GridControl Class | GridControl Members | Stingray.Grid Namespace