Skip to main content

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.v23.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