ListView::SelectedPersistedDataKey Property
.NET Framework (current version)
Gets or sets the data-key value for the persisted selected item in a data-bound control.
Assembly: System.Web.Extensions (in System.Web.Extensions.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 data-bound control. The default is null, which indicates that no item is currently selected.
.NET Framework
Available since 3.5
Available since 3.5
Show: