Objective Grid for Microsoft® .NET® Reference Guide

GridControl.ClickedButtonRowCol Event

Back to Class Index

Clicked Button Row/Column Event.     

[Visual Basic]
Public Event ClickedButtonRowCol As ClickedButtonRowColEventHandler
[C#]
public event ClickedButtonRowColEventHandler ClickedButtonRowCol;

Event Data

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

PropertyDescription
Col
Row

See Also

GridControl Class | GridControl Members | Stingray.Grid Namespace