Search
DataGrid.CurrentCell Property
See Also
 





Gets or sets the GridCell within this grid, which is currently holding the input focus. This is a dependency property.

Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf

 Syntax

C#  Copy Code

public GridCell CurrentCell { get; set; }

Visual Basic  Copy Code

Public Property CurrentCell As GridCell

 Property Value

An instance of the GridCell class specifying the currently focused cell in the grid.

 See Also