Objective Grid for Microsoft® .NET® Reference Guide

GridControl.StoreInsertCols Event

Back to Class Index

Store Insert Columns Event.     

[Visual Basic]
Public Event StoreInsertCols As StoreInsertColsEventHandler
[C#]
public event StoreInsertColsEventHandler StoreInsertCols;

Event Data

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

PropertyDescription
CanStore
ColGets or sets the column location at which to insert the columns.     
CountGets or sets the number of columns to insert.     
ProcessedGets or sets the processed flag.     
Stored

See Also

GridControl Class | GridControl Members | Stingray.Grid Namespace