Objective Grid for Microsoft® .NET® Reference Guide

GridControl.StoreInsertRows Event

Back to Class Index

Store Insert Rows Event.     

[Visual Basic]
Public Event StoreInsertRows As StoreInsertRowsEventHandler
[C#]
public event StoreInsertRowsEventHandler StoreInsertRows;

Event Data

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

PropertyDescription
CanStore
CountGets or sets the number of rows to insert.     
ProcessedGets or sets processed.     
RowGets or sets the row location at which rows will be inserted.     
Stored

See Also

GridControl Class | GridControl Members | Stingray.Grid Namespace