Show / Hide Table of Contents

Class OptionItem

Inheritance
object
OptionItem
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.Internal
Assembly: DotNetNuke.Web.dll
Syntax
[DataContract]
public class OptionItem

Constructors

OptionItem()

Declaration
public OptionItem()

Properties

Selected

Declaration
[DataMember(Name = "selected")]
public bool Selected { get; set; }
Property Value
Type Description
bool

Text

Declaration
[DataMember(Name = "text")]
public string Text { get; set; }
Property Value
Type Description
string

Value

Declaration
[DataMember(Name = "value")]
public string Value { get; set; }
Property Value
Type Description
string

Extension Methods

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