Skip to main content

ASPxClientPanel.IsExpanded Method

Returns a value specifying whether the panel is expanded.

Declaration

IsExpanded(): boolean

Returns

Type Description
boolean

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

Remarks

Use the IsExpanded property to obtain a value indicating in which state a client panel currently is - expanded or collapsed.

See Also