DataGrid.CurrentCell 属性

定义

获取或设置具有焦点的单元格。

public:
 property System::Windows::Controls::DataGridCellInfo CurrentCell { System::Windows::Controls::DataGridCellInfo get(); void set(System::Windows::Controls::DataGridCellInfo value); };
public System.Windows.Controls.DataGridCellInfo CurrentCell { get; set; }
member this.CurrentCell : System.Windows.Controls.DataGridCellInfo with get, set
Public Property CurrentCell As DataGridCellInfo

属性值

DataGridCellInfo

有关具有焦点的单元格的信息。

注解

返回的值是一个结构,它提供有关单元格和与单元格关联的数据项的信息。 它不是对 DataGridCell 容器的实际引用。

若要在所选单元格上设置属性,可以在属性中 CellStyle 设置触发器。 有关详细信息,请参阅 CellStyle

适用于

另请参阅