Show / Hide Table of Contents

Class DnnDropDownListOptions

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

Constructors

DnnDropDownListOptions()

Declaration
public DnnDropDownListOptions()

Fields

Disabled

Declaration
[DataMember(Name = "disabled")]
public bool Disabled
Field Value
Type Description
bool

InitialState

Declaration
[DataMember(Name = "initialState")]
public DnnDropDownListState InitialState
Field Value
Type Description
DnnDropDownListState

InternalStateFieldId

Declaration
[DataMember(Name = "internalStateFieldId")]
public string InternalStateFieldId
Field Value
Type Description
string

ItemList

Declaration
[DataMember(Name = "itemList")]
public ItemListOptions ItemList
Field Value
Type Description
ItemListOptions

SelectItemDefaultText

Declaration
[DataMember(Name = "selectItemDefaultText")]
public string SelectItemDefaultText
Field Value
Type Description
string

SelectedItemCss

Declaration
[DataMember(Name = "selectedItemCss")]
public string SelectedItemCss
Field Value
Type Description
string

Services

Declaration
[DataMember(Name = "services")]
public ItemListServicesOptions Services
Field Value
Type Description
ItemListServicesOptions

Properties

OnClientSelectionChanged

Declaration
[DataMember(Name = "onSelectionChanged")]
public List<string> OnClientSelectionChanged { get; }
Property Value
Type Description
List<string>

Extension Methods

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