ASPxClientPanel.Expand Method
Expands the collapsed panel.
Declaration
Expand(): void
Remarks
Use the Expand method to expand the collapsed panel on the client side.
The panel can expand and collapse its content if the panel’s ASPxCollapsiblePanel.Collapsible property is set to true
.
Note
The ASPxClientPanel.Collapse and Expand methods cannot be used when the PanelAdaptivitySettings.CollapseAtWindowInnerWidth property is defined.
See Also