Search
AccordionPane.setTitle Method
See Also
 






Sets the title text of the pane's header.

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

 Syntax

Java  Copy Code

public void setTitle (
    String title
)

 Parameters

title

The title text.

 See Also