TdxCustomLayoutGroup.Expanded Property
Specifies whether the layout group is expanded.
Declaration
property Expanded: Boolean read; write; default True;
Property Value
Type | Default |
---|---|
Boolean | True |
Remarks
Set this property to True, to expand the layout group. Otherwise, it is collapsed.
Changes to the Expanded property generate the OnCollapsed, OnCollapsing, OnExpanded and OnExpanding events.
End-users can change the expanded state by clicking the expand button. For a collapsed group, activating the accelerator key specified by the group’s CaptionOptions.Text property automatically expands the group and moves focus to it.
The default value of the Expanded property is True.
See Also