DataList.SelectedValue 屬性

定義

取得選取資料清單項目的索引鍵欄位值。

public:
 property System::Object ^ SelectedValue { System::Object ^ get(); };
[System.ComponentModel.Browsable(false)]
public object SelectedValue { get; }
[<System.ComponentModel.Browsable(false)>]
member this.SelectedValue : obj
Public ReadOnly Property SelectedValue As Object

屬性值

Object

選取資料清單項目的索引鍵欄位值。 預設值為 null,表示目前未選取任何資料清單項目。

屬性

例外狀況

DataKeyField 屬性尚未設定。

適用於

另請參閱