Skip to main content
A newer version of this page is available. .

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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.LayoutControl, DevExpress.Wpf.Layout

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