Objective Grid for Microsoft® .NET® Reference Guide

GridControl.StoreRemoveCols Event

Back to Class Index

Store Remove Columns Event.     

[Visual Basic]
Public Event StoreRemoveCols As StoreRemoveColsEventHandler
[C#]
public event StoreRemoveColsEventHandler StoreRemoveCols;

Event Data

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

PropertyDescription
CanStore
FromColGets or sets the start of the range of columns to remove.     
ProcessedGets or sets the processed flag.     
Stored
ToColGets or sets the end of the range of columns to remove.     

See Also

GridControl Class | GridControl Members | Stingray.Grid Namespace