Class DnnFormPanel
Implements
Inherited Members
Namespace: DotNetNuke.Web.UI.WebControls
Assembly: DotNetNuke.Web.dll
Syntax
public class DnnFormPanel : WebControl, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IAttributeAccessor
Constructors
DnnFormPanel()
Declaration
public DnnFormPanel()
Properties
Expanded
Declaration
public bool Expanded { get; set; }
Property Value
Type | Description |
---|---|
bool |
Text
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
string |
Methods
Render(HtmlTextWriter)
Declaration
protected override void Render(HtmlTextWriter writer)
Parameters
Type | Name | Description |
---|---|---|
HtmlTextWriter | writer |