Class DnnModuleComboBox
Inheritance
DnnModuleComboBox
Implements
Inherited Members
Namespace: DotNetNuke.Web.UI.WebControls.Internal
Assembly: DotNetNuke.Web.dll
Syntax
public class DnnModuleComboBox : DnnComboBox, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IAttributeAccessor, IEditableTextControl, ITextControl, IPostBackDataHandler
Constructors
DnnModuleComboBox()
Declaration
public DnnModuleComboBox()
Properties
Enabled
Declaration
public override bool Enabled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Overrides
Filter
Declaration
public Func<KeyValuePair<string, PortalDesktopModuleInfo>, bool> Filter { get; set; }
Property Value
| Type | Description |
|---|---|
| Func<KeyValuePair<string, PortalDesktopModuleInfo>, bool> |
ItemCount
Declaration
public int ItemCount { get; }
Property Value
| Type | Description |
|---|---|
| int |
RadComboBoxClientId
Declaration
public string RadComboBoxClientId { get; }
Property Value
| Type | Description |
|---|---|
| string |
SelectedValue
Declaration
public override string SelectedValue { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Methods
BindAllPortalDesktopModules()
Declaration
public void BindAllPortalDesktopModules()
BindTabModulesByTabID(int)
Declaration
public void BindTabModulesByTabID(int tabID)
Parameters
| Type | Name | Description |
|---|---|---|
| int | tabID |
OnInit(EventArgs)
Declaration
protected override void OnInit(EventArgs e)
Parameters
| Type | Name | Description |
|---|---|---|
| EventArgs | e |
Overrides
OnItemChanged()
Declaration
protected virtual void OnItemChanged()
OnLoad(EventArgs)
Declaration
protected override void OnLoad(EventArgs e)
Parameters
| Type | Name | Description |
|---|---|---|
| EventArgs | e |
Overrides
OnPreRender(EventArgs)
Declaration
protected override void OnPreRender(EventArgs e)
Parameters
| Type | Name | Description |
|---|---|---|
| EventArgs | e |
Overrides
SetModule(string)
Declaration
public void SetModule(string code)
Parameters
| Type | Name | Description |
|---|---|---|
| string | code |
Events
ItemChanged
Declaration
public event EventHandler ItemChanged
Event Type
| Type | Description |
|---|---|
| EventHandler |