Class DnnDropDownListOptions
Inheritance
DnnDropDownListOptions
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
InitialState
Declaration
[DataMember(Name = "initialState")]
public DnnDropDownListState InitialState
Field Value
InternalStateFieldId
Declaration
[DataMember(Name = "internalStateFieldId")]
public string InternalStateFieldId
Field Value
ItemList
Declaration
[DataMember(Name = "itemList")]
public ItemListOptions ItemList
Field Value
SelectItemDefaultText
Declaration
[DataMember(Name = "selectItemDefaultText")]
public string SelectItemDefaultText
Field Value
SelectedItemCss
Declaration
[DataMember(Name = "selectedItemCss")]
public string SelectedItemCss
Field Value
Services
Declaration
[DataMember(Name = "services")]
public ItemListServicesOptions Services
Field Value
Properties
OnClientSelectionChanged
Declaration
[DataMember(Name = "onSelectionChanged")]
public List<string> OnClientSelectionChanged { get; }
Property Value
Extension Methods