Skip to main content

LayoutGroup.SelectedItemChanged Event

Fires when a new child item is selected within the current group. This event is supported for LayoutGroups representing its children as tabs.

Namespace: DevExpress.Xpf.Docking

Assembly: DevExpress.Xpf.Docking.v23.2.dll

NuGet Package: DevExpress.Wpf.Docking

Declaration

public event SelectedItemChangedEventHandler SelectedItemChanged

Event Data

The SelectedItemChanged event's data class is DevExpress.Xpf.Docking.Base.SelectedItemChangedEventArgs.

Remarks

To enable the tabbed interface for a LayoutGroup object, set the LayoutGroup.GroupBorderStyle property to GroupBorderStyle.Tabbed.

See Also