Skip to main content

ASPxClientPanel.Expand Method

In This Article

Expands the collapsed panel.

#Declaration

TypeScript
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