Skip to main content

LayoutGroup.Expanded Event

Fires when a group is expanded.

Namespace: DevExpress.Xpf.LayoutControl

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

#Declaration

public event EventHandler Expanded

#Event Data

The Expanded event's handler receives an argument of the EventArgs type.

#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