DataGridComboBoxColumn.SelectedValuePath 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定路徑,這個路徑會用來從 SelectedValue 取得 SelectedItem。
public:
property System::String ^ SelectedValuePath { System::String ^ get(); void set(System::String ^ value); };
public string SelectedValuePath { get; set; }
member this.SelectedValuePath : string with get, set
Public Property SelectedValuePath As String
屬性值
用於取得所選取值的路徑。 登錄的預設值為空字串 ("")。 如需哪些因素會影響值的詳細資訊,請參閱 DependencyProperty。
備註
屬性 SelectedValuePath 可讓您藉由設定該屬性的路徑,來顯示所選項目物件的值。 這相當於 SelectedValuePath 上的 Selector 屬性。