Back to Devexpress

TdxCustomLayoutGroup.Expanded Property

vcl-dxlayoutcontainer-dot-tdxcustomlayoutgroup-37c94b0d.md

latest1.4 KB
Original Source

TdxCustomLayoutGroup.Expanded Property

Specifies whether the layout group is expanded.

Declaration

delphi
property Expanded: Boolean read; write; default True;

Property Value

TypeDefault
BooleanTrue

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

TdxCustomLayoutGroup Class

TdxCustomLayoutGroup Members

dxLayoutContainer Unit