Objective Grid for Microsoft® .NET® Reference Guide

GridControl.StoreMoveCols Event

Back to Class Index

Store Move Columns Event.     

[Visual Basic]
Public Event StoreMoveCols As StoreMoveColsEventHandler
[C#]
public event StoreMoveColsEventHandler StoreMoveCols;

Event Data

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

PropertyDescription
CanStore
DestinationColGets or sets the destination column, where the columns are moved to.     
FromColGets or sets the starting column in the range of columns to move.     
ProcessedGets or sets the processed flag.     
Stored
ToColGets or sets the ending column in the range of columns to move.     

See Also

GridControl Class | GridControl Members | Stingray.Grid Namespace