Back to Devexpress

LayoutGroup.SelectedTabChild Property

wpf-devexpress-dot-xpf-dot-layoutcontrol-dot-layoutgroup-034cf778.md

latest2.0 KB
Original Source

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

NuGet Package : DevExpress.Wpf.LayoutControl

Declaration

csharp
public FrameworkElement SelectedTabChild { get; }
vb
Public ReadOnly Property SelectedTabChild As FrameworkElement

Property Value

TypeDescription
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

SelectTab(FrameworkElement)

SelectedTabIndex

LayoutGroup Class

LayoutGroup Members

DevExpress.Xpf.LayoutControl Namespace