Class DnnSkinComboBox
Inheritance
DnnSkinComboBox
Implements
Inherited Members
Namespace: DotNetNuke.Web.UI.WebControls.Internal
Assembly: DotNetNuke.Web.dll
Syntax
public class DnnSkinComboBox : DnnComboBox, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IAttributeAccessor, IEditableTextControl, ITextControl, IPostBackDataHandler
Constructors
DnnSkinComboBox()
Declaration
public DnnSkinComboBox()
Properties
IncludeNoneSpecificItem
Declaration
public bool IncludeNoneSpecificItem { get; set; }
Property Value
Type | Description |
---|---|
bool |
NoneSpecificText
Declaration
public string NoneSpecificText { get; set; }
Property Value
Type | Description |
---|---|
string |
PortalId
Declaration
public int PortalId { get; set; }
Property Value
Type | Description |
---|---|
int |
RootPath
Declaration
public string RootPath { get; set; }
Property Value
Type | Description |
---|---|
string |
Scope
Declaration
public SkinScope Scope { get; set; }
Property Value
Type | Description |
---|---|
SkinScope |
Methods
OnLoad(EventArgs)
Declaration
protected override void OnLoad(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
EventArgs | e |
Overrides
PerformDataBinding(IEnumerable)
Declaration
protected override void PerformDataBinding(IEnumerable dataSource)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable | dataSource |