MindFusion.Scheduling for Silverlight Programmer's Guide
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.Silverlight
Assembly: MindFusion.DataViews.Silverlight

 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

DataGrid Members
DataGrid Class
MindFusion.DataViews.Silverlight Namespace