DataGrid.CurrentItem 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得繫結至資料列 (內含目前儲存格) 的資料項目。
public:
property System::Object ^ CurrentItem { System::Object ^ get(); void set(System::Object ^ value); };
public object CurrentItem { get; set; }
member this.CurrentItem : obj with get, set
Public Property CurrentItem As Object
屬性值
繫結至資料列 (內含目前儲存格) 的資料項目。 已註冊的預設值是 null
。 如需哪些因素會影響值的詳細資訊,請參閱 DependencyProperty。
備註
這個屬性會取得具有焦點之資料列的資料項目,或包含具有焦點的儲存格。 它相當於 DataGridCellInfo.Item 屬性所 CurrentCell 傳回的值。