Click or drag to resize
QueryRepeaterSelectedQueryStringKeyName Property
Gets or sets query string key name. Presence of the key in query string indicates, that some item should be selected. The item is determined by query string value.

Namespace: CMS.DocumentEngine.Web.UI
Assembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 11.0.0
Syntax
C#
public string SelectedQueryStringKeyName { get; set; }

Property Value

Type: String
See Also