Skip to main content
A newer version of this page is available. .

LayoutGroup.Expanded Event

Fires when a group is expanded.

Namespace: DevExpress.Xpf.LayoutControl

Assembly: DevExpress.Xpf.LayoutControl.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.LayoutControl, DevExpress.Wpf.Layout

Declaration

public event EventHandler Expanded

Event Data

The Expanded event's data class is EventArgs.

Remarks

To allow a group to be collapsed/expanded, set:

The LayoutGroup.Collapsed event fires when a group is collapsed. To respond to a group being expanded, handle the Expanded event.

See Also