IDataBoundListControl.SelectedDataKey 属性
定义
获取一个对象,其中包含数据绑定控件中所选行的数据键值。Gets the object that contains the data-key value for the selected row in a data-bound control.
public:
property System::Web::UI::WebControls::DataKey ^ SelectedDataKey { System::Web::UI::WebControls::DataKey ^ get(); };
public System.Web.UI.WebControls.DataKey SelectedDataKey { get; }
member this.SelectedDataKey : System.Web.UI.WebControls.DataKey
Public ReadOnly Property SelectedDataKey As DataKey
属性值
一个对象,其中包含数据绑定控件中所选行的数据键值。The object that contains the data-key value for the selected row in a data-bound control.