Class DnnFormComboBoxItem
Implements
Inherited Members
Namespace: DotNetNuke.Web.UI.WebControls.Internal
Assembly: DotNetNuke.Web.dll
Syntax
public class DnnFormComboBoxItem : DnnFormListItemBase, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IAttributeAccessor, INamingContainer
Constructors
DnnFormComboBoxItem()
Declaration
public DnnFormComboBoxItem()
Properties
ComboBox
Declaration
public DnnComboBox ComboBox { get; set; }
Property Value
Type | Description |
---|---|
DnnComboBox |
Methods
BindList()
Declaration
protected override void BindList()
Overrides
CreateControlInternal(Control)
Declaration
protected override WebControl CreateControlInternal(Control container)
Parameters
Type | Name | Description |
---|---|---|
Control | container |
Returns
Type | Description |
---|---|
WebControl |