Objective Grid for Microsoft® .NET® Reference Guide

GridControl.CurrentCell Property

Back to Class Index

Gets or sets the current grid cell.     

[Visual Basic]
Public Property CurrentCell As Cell
[C#]
public Cell CurrentCell {get; set;}

Remarks

    

The current cell is returned as a Cell object. You can also assign a cell object as the current cell.     

    

See Also

GridControl Class | GridControl Members | Stingray.Grid Namespace