Skip to main content
A newer version of this page is available. .

ASPxClientPanel.IsExpandable Method

Returns a value specifying whether the panel can be expanded.

Declaration

IsExpandable(): boolean

Returns

Type Description
boolean

true, if the panel is expandable; otherwise, false.

Remarks

Use the IsExpandable property to obtain a value indicating whether the client panel can be expanded or collapsed.

See Also