Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

LayoutGroup.SelectedTabChild Property

Gets the currently selected tabbed child. This member is in effect when the current group is rendered as a tabbed group.

Namespace: DevExpress.Xpf.LayoutControl

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

NuGet Package: DevExpress.Wpf.LayoutControl

#Declaration

public FrameworkElement SelectedTabChild { get; }

#Property Value

Type Description
FrameworkElement

A FrameworkElement object that represents the currently selected tabbed child.

#Remarks

The SelectedTabChild member is in effect when the group is represented as a tabbed group (the LayoutGroup.View property is set to LayoutGroupView.Tabs).

To select a specific tab, you can use the LayoutGroup.SelectTab method or LayoutGroup.SelectedTabIndex property.

See Also