Search
AccordionPane.setExpanded Method
See Also
 






Sets a value indicating whether the pane is expanded.

Namespace: com.mindfusion.common
Package: com.mindfusion.common

 Syntax

Java  Copy Code

public void setExpanded (
    boolean expanded
)

 Parameters

expanded

true to expand the pane; otherwise, false.

 See Also