Objective Grid for Microsoft® .NET® Reference Guide

GridControl.InitCurrentCell Event

Back to Class Index

Init Current Cell Event.     

[Visual Basic]
Public Event InitCurrentCell As InitCurrentCellEventHandler
[C#]
public event InitCurrentCellEventHandler InitCurrentCell;

Event Data

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

PropertyDescription
Col
Row

See Also

GridControl Class | GridControl Members | Stingray.Grid Namespace