Class DnnPageDropDownList
Inheritance
DnnPageDropDownList
Assembly: DotNetNuke.Web.dll
Syntax
public class DnnPageDropDownList : DnnDropDownList, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IAttributeAccessor, INamingContainer
Constructors
DnnPageDropDownList()
Declaration
public DnnPageDropDownList()
Properties
DisabledNotSelectable
Declaration
public bool DisabledNotSelectable { get; set; }
Property Value
IncludeActiveTab
Declaration
public bool IncludeActiveTab { get; set; }
Property Value
IncludeAllTabTypes
Declaration
public bool IncludeAllTabTypes { get; set; }
Property Value
IncludeDisabledTabs
Declaration
public bool IncludeDisabledTabs { get; set; }
Property Value
IncludeHostPages
Declaration
public bool IncludeHostPages { get; set; }
Property Value
PortalId
Declaration
public int PortalId { get; set; }
Property Value
Roles
Declaration
public IList<int> Roles { get; set; }
Property Value
SelectedPage
Declaration
[Browsable(false)]
public TabInfo SelectedPage { get; set; }
Property Value
Methods
OnInit(EventArgs)
Declaration
protected override void OnInit(EventArgs e)
Parameters
Overrides
OnPreRender(EventArgs)
Declaration
protected override void OnPreRender(EventArgs e)
Parameters
Overrides
Implements
Extension Methods