Show / Hide Table of Contents

Class DnnDropDownListState

Inheritance
object
DnnDropDownListState
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Web.UI.WebControls
Assembly: DotNetNuke.Web.dll
Syntax
[DataContract]
public class DnnDropDownListState

Constructors

DnnDropDownListState()

Declaration
public DnnDropDownListState()

Fields

SelectedItem

Declaration
[DataMember(Name = "selectedItem")]
public SerializableKeyValuePair<string, string> SelectedItem
Field Value
Type Description
SerializableKeyValuePair<string, string>

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS