DroidDiagram Programmer's Guide
Row.getExpanded Method
See Also
 






Gets a value indicating whether the section of rows below this header row is expanded or collapsed.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public boolean getExpanded ()

 Return Value

true if the section of rows that starts from a header row is expanded, otherwise false.

 Remarks

This property can be set only if the row is a Header. Links connected to the rows of a collapsed table section appear to be connected to the section header row.

 See Also

Row Members
Row Class
com.mindfusion.diagramming Namespace