Objective Grid for Microsoft® .NET® Reference Guide

GridControl.StoreMoveRows Event

Back to Class Index

Store Move Rows Event.     

[Visual Basic]
Public Event StoreMoveRows As StoreMoveRowsEventHandler
[C#]
public event StoreMoveRowsEventHandler StoreMoveRows;

Event Data

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

PropertyDescription
CanStore
DestinationRowGets or sets the destination row, where the rows are.     
FromRowGets or sets the starting row in the range of rows to.     
ProcessedGets or sets the processed flag.     
Stored
ToRowGets or sets the ending row in the range of rows to move.     

See Also

GridControl Class | GridControl Members | Stingray.Grid Namespace