Back to Devexpress

LayoutGroup.Expanded Event

wpf-devexpress-dot-xpf-dot-layoutcontrol-dot-layoutgroup-6ec2f2fb.md

latest1.7 KB
Original Source

LayoutGroup.Expanded Event

Fires when a group is expanded.

Namespace : DevExpress.Xpf.LayoutControl

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

NuGet Package : DevExpress.Wpf.LayoutControl

Declaration

csharp
public event EventHandler Expanded
vb
Public Event Expanded As EventHandler

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

Collapsed

IsCollapsed

IsCollapsible

View

LayoutGroup Class

LayoutGroup Members

DevExpress.Xpf.LayoutControl Namespace