Class DnnFormEditControlItem
Implements
Inherited Members
Namespace: DotNetNuke.Web.UI.WebControls
Assembly: DotNetNuke.Web.dll
Syntax
public class DnnFormEditControlItem : DnnFormItemBase, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IAttributeAccessor, INamingContainer
Constructors
DnnFormEditControlItem()
Declaration
[Obsolete("Deprecated in DotNetNuke 10.0.0. Please use overload with IServiceProvider. Scheduled removal in v12.0.0.")]
public DnnFormEditControlItem()
DnnFormEditControlItem(IServiceProvider)
Declaration
public DnnFormEditControlItem(IServiceProvider serviceProvider)
Parameters
Type | Name | Description |
---|---|---|
IServiceProvider | serviceProvider |
Properties
ControlType
Declaration
public string ControlType { get; set; }
Property Value
Type | Description |
---|---|
string |
Methods
CreateControlInternal(Control)
Declaration
protected override WebControl CreateControlInternal(Control container)
Parameters
Type | Name | Description |
---|---|---|
Control | container |
Returns
Type | Description |
---|---|
WebControl |