AxMultiSection [AX 2012]
Updated: May 2, 2011
Applies To: Microsoft Dynamics AX 2012 R2, Microsoft Dynamics AX 2012 Feature Pack, Microsoft Dynamics AX 2012
The AxMultiSection component acts as a container for the sections displayed on a page. The AxMultiSection component can be placed on its own on a page. It is also commonly placed inside an AxForm component. The AxMultiSection component can contain only AxSection components.
The AxMultiSection component has the following properties:
Accessibility
| Property | Description |
|---|---|
| AccessKey | The keyboard shortcut used by the control. Not used for Enterprise Portal. |
| TabIndex | The tab order of the control. |
Appearance
| Property | Description |
|---|---|
| BackColor | This property is inherited from the base control. It is not specific to Enterprise Portal. |
| BorderColor | This property is inherited from the base control. It is not specific to Enterprise Portal. |
| BorderStyle | This property is inherited from the base control. It is not specific to Enterprise Portal. |
| BorderWidth | This property is inherited from the base control. It is not specific to Enterprise Portal. |
| CssClass | Specifies the cascading style sheet class name associated with the AxMultiSection component. Typically, this is set to dynMultiSection so the cascading style sheet for Enterprise Portal can format the component. |
| Font | This property is inherited from the base control. It is not specific to Enterprise Portal. |
| ForeColor | This property is inherited from the base control. It is not specific to Enterprise Portal. |
Behavior
| Property | Description |
|---|---|
| ActiveMode | Indicates whether the AxMultiSection component is in active mode. In this mode, only the active section is expanded. All of the other sections will be in the collapsed state. |
| ActiveSectionIndex | Specifies which AxSection in the AxMultiSection component is active. The value 0 indicates the first section, the value 1 indicates the second section, and so on. The value -1 specifies that no section is active and expanded. |
| Enabled | Specifies whether the AxMultiSection control is enabled. |
| EnableTheming | Indicates whether the control can be themed. |
| EnableViewState | Indicates whether the control automatically saves its state for use in round-trips. |
| SkinID | The SkinId of the control skin that provides the skin of the control. |
| ToolTip | Not used for Enterprise Portal. |
| Visible | Indicates whether the control is visible and rendered. |
Data
| Property | Description |
|---|---|
| Expressions | The expressions that are bound to properties of the control. |
Layout
| Property | Description |
|---|---|
| CellSpacing | Specifies the spacing between sections. |
| Height | The height of the control. |
| Width | The width of the control. |
Misc
| Property | Description |
|---|---|
| ID | The programmatic name of the control. |
The AxMultiSection component has the events listed in the following table.
| Event | Description |
|---|---|
| ActiveSectionChanged | Occurs when the active section for the multisection component has changed. |
| DataBinding | Occurs when the server control binds to a data source. |
| Disposed | Occurs when a server control is released from memory, which is the last stage of the server control lifecycle when an ASP.NET page is requested. |
| Init | Occurs when the server control is initialized, which is the first step in its lifecycle. |
| Load | Occurs when the server control is loaded into the System.Web.UI.Page object. |
| PreRender | Occurs after the System.Web.UI.Control object is loaded by prior to rendering. |
| Unload | Occurs when the server control is unloaded from memory. |