Description
Use the Expanded
property to check whether the group is expanded or not. When the group is expanded, it is displayed within the parent item. When it is collapsed, only the group title is displayed.
Declaration
TestObj.Expanded
Read-Only Property | Boolean |
TestObj | A variable, parameter or expression that specifies a reference to one of the objects listed in the Applies To section |
Applies To
The property is applied to the following object:
View Mode
This property is available in the Object Browser panel and in other panels and dialogs in both Basic and Advanced view modes.
Property Value
True if the group is expanded, False if the group is collapsed.
Remarks
To expand an item use the Expand
action, to collapse an item use the Collapse
action.
See Also
Collapse Action (GridGroup Objects)
Expand Action (GridGroup Objects)
GridGroup Object