This documentation is archived and is not being maintained.
DataGrid::CurrentCell Property
Visual Studio 2010
Gets or sets the cell that has focus.
Assembly: PresentationFramework (in PresentationFramework.dll)
public: property DataGridCellInfo CurrentCell { DataGridCellInfo get (); void set (DataGridCellInfo value); }
Property Value
Type: System.Windows.Controls::DataGridCellInfoInformation about the cell that has focus.
The value returned is a structure that provides information about the cell and the data item associated with the cell. It is not an actual reference to the DataGridCell container.
To set properties on the selected cells, you can set a trigger in the CellStyle property. For more information, see CellStyle.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: