Show / Hide Table of Contents

Class DnnComboBoxOption

Inheritance
object
DnnComboBoxOption
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 DnnComboBoxOption

Constructors

DnnComboBoxOption()

Declaration
public DnnComboBoxOption()

Properties

AllowEmptyOption

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

Checkbox

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

Create

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

Highlight

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

Items

Declaration
[IgnoreDataMember]
public IEnumerable<ListItem> Items { get; set; }
Property Value
Type Description
IEnumerable<ListItem>

LabelField

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

Load

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

Localization

Declaration
[DataMember(Name = "localization")]
public IDictionary<string, string> Localization { get; set; }
Property Value
Type Description
IDictionary<string, string>

MaxItems

Declaration
[DataMember(Name = "maxItems")]
public int MaxItems { get; set; }
Property Value
Type Description
int

MaxOptions

Declaration
[DataMember(Name = "maxOptions")]
public int MaxOptions { get; set; }
Property Value
Type Description
int

OnChangeEvent

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

Options

Declaration
[DataMember(Name = "options")]
public IEnumerable<OptionItem> Options { get; }
Property Value
Type Description
IEnumerable<OptionItem>

Plugins

Declaration
[DataMember(Name = "plugins")]
public IList<string> Plugins { get; set; }
Property Value
Type Description
IList<string>

Preload

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

Render

Declaration
[DataMember(Name = "render")]
public RenderOption Render { get; set; }
Property Value
Type Description
RenderOption

SearchField

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

ValueField

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

Extension Methods

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