Click or drag to resize

GroupBox Class

Draws a DW group box panel
Inheritance Hierarchy
System.Web.UIControl
  Dynamicweb.UI.ControlsGroupBox

Namespace:  Dynamicweb.UI.Controls
Assembly:  Dynamicweb.UI.Controls (in Dynamicweb.UI.Controls.dll) Version: 2.3.1
Syntax
[DefaultPropertyAttribute("Title")]
public class GroupBox : Control, IPostBackEventHandler

The GroupBox type exposes the following members.

Constructors
  NameDescription
Public methodGroupBox
Initializes a new instance of the GroupBox class
Top
Properties
  NameDescription
Public propertyClassName
Public propertyDoTranslation
Public propertyExpandable
Determines whether a Groupbox can expanding and collapsing.
Public propertyGroupWidth
Public propertyIsCollapsed
Public propertyPersonalize
Gets or sets value indicating whether to enable personal settings.
Public propertySubtitle
Public propertyTitle
Panel title
Top
Methods
  NameDescription
Public methodRaisePostBackEvent
Protected methodRender
Top
See Also