LayoutGroup.SelectedTabChild Property
In This Article
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 |
---|---|
Framework |
A Framework |
#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