GridView::SelectedPersistedDataKey Property
.NET Framework (current version)
Gets or sets the data-key value for the persisted selected item in a GridView control.
Assembly: System.Web (in System.Web.dll)
public: [BrowsableAttribute(false)] property DataKey^ SelectedPersistedDataKey { virtual DataKey^ get(); virtual void set(DataKey^ value); }
Property Value
Type: System.Web.UI.WebControls::DataKey^The data key for the persisted selected item in a GridView control. The default is null, which indicates that no item is currently selected.
.NET Framework
Available since 2.0
Available since 2.0
Show: