Class DnnFormSection
Implements
Inherited Members
Namespace: DotNetNuke.Web.UI.WebControls
Assembly: DotNetNuke.Web.dll
Syntax
public class DnnFormSection : WebControl, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IAttributeAccessor, INamingContainer
Constructors
DnnFormSection()
Declaration
public DnnFormSection()
Properties
Expanded
Declaration
public bool Expanded { get; set; }
Property Value
Type | Description |
---|---|
bool |
Items
Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
public List<DnnFormItemBase> Items { get; }
Property Value
Type | Description |
---|---|
List<DnnFormItemBase> |
ResourceKey
Declaration
public string ResourceKey { get; set; }
Property Value
Type | Description |
---|---|
string |