Class DnnDropDownList
Inheritance
DnnDropDownList
Assembly: DotNetNuke.Web.dll
Syntax
public class DnnDropDownList : Panel, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IAttributeAccessor, INamingContainer
Constructors
DnnDropDownList()
Declaration
Properties
AutoPostBack
Declaration
public bool AutoPostBack { get; set; }
Property Value
CausesValidation
Declaration
public virtual bool CausesValidation { get; set; }
Property Value
Controls
Declaration
public override ControlCollection Controls { get; }
Property Value
Overrides
ExpandPath
Declaration
public string ExpandPath { get; set; }
Property Value
FirstItem
Declaration
public ListItem FirstItem { get; set; }
Property Value
OnClientSelectionChanged
Declaration
public List<string> OnClientSelectionChanged { get; }
Property Value
SelectItemDefaultText
Declaration
public string SelectItemDefaultText { set; }
Property Value
SelectedItem
Declaration
public ListItem SelectedItem { get; set; }
Property Value
SelectedItemValueAsInt
Declaration
[Browsable(false)]
public int SelectedItemValueAsInt { get; }
Property Value
Services
Declaration
public ItemListServicesOptions Services { get; }
Property Value
Skin
Declaration
public string Skin { get; set; }
Property Value
StateControl
Declaration
protected DnnGenericHiddenField<DnnDropDownListState> StateControl { get; }
Property Value
UndefinedItem
Declaration
public ListItem UndefinedItem { get; set; }
Property Value
ValidationGroup
Declaration
public virtual string ValidationGroup { get; set; }
Property Value
Methods
CreateChildControls()
Declaration
protected override void CreateChildControls()
Overrides
OnInit(EventArgs)
Declaration
protected override void OnInit(EventArgs e)
Parameters
Overrides
OnPreRender(EventArgs)
Declaration
protected override void OnPreRender(EventArgs e)
Parameters
Overrides
OnSelectionChanged(EventArgs)
Declaration
protected virtual void OnSelectionChanged(EventArgs e)
Parameters
Events
SelectionChanged
Declaration
public event EventHandler SelectionChanged
Event Type
Implements
Extension Methods