MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends
virtual bool MgLayerGroup::GetExpandInLegend ( ) [virtual]

Determines whether the entry for the group should initially be expanded in the legend, if possible.

.NET Syntax
bool GetExpandInLegend();
Java Syntax
boolean GetExpandInLegend();
PHP Syntax
bool GetExpandInLegend();
Returns:
Returns true if the group should initially be expanded in the legend, or false otherwise.
Example (PHP)
See MgMapBase class .