Objective Grid for Microsoft® .NET® Reference Guide

CellControl.Grid Property

Back to Class Index

Gets the GridControl with which this custom control is associated.     

[Visual Basic]
Public ReadOnly Property Grid As GridControl
[C#]
public GridControl Grid {get;}

Remarks

    

This property allows your custom control to manipulate the grid from within your custom control event handlers. For example, if your custom control is an edit control and the cursor is at the end of the control, you may choose to automatically move the current cell one column to the right when the user presses the right arrow key.     

    

See Also

CellControl Class | CellControl Members | Stingray.Grid Namespace