DataGrid.ResetSelection 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
關閉所有選取資料列的選取範圍。
protected:
void ResetSelection();
protected void ResetSelection ();
member this.ResetSelection : unit -> unit
Protected Sub ResetSelection ()
備註
使用這個方法搭配 IsSelected 、 Select 和 UnSelect 方法來操作特定資料列的選取狀態。