Back to Devexpress

TabbedGroup.SelectedTabPage Property

windowsforms-devexpress-dot-xtralayout-dot-tabbedgroup-0e151a19.md

latest1.9 KB
Original Source

TabbedGroup.SelectedTabPage Property

Gets or sets the currently selected layout group within the tabbed group.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Behavior")]
public LayoutGroup SelectedTabPage { get; set; }
vb
<DXCategory("Behavior")>
Public Property SelectedTabPage As LayoutGroup

Property Value

TypeDescription
LayoutGroup

A LayoutGroup object which represents the tabbed page that is currently selected.

|

Remarks

Tab pages displayed by the tabbed group are represented by the LayoutGroup objects. Read the SelectedTabPage property’s value to determine which tab page is currently selected. Assign a layout group to this property to select it. If the assigned group is not visible, the pages are scrolled to make the group visible.

The index of the selected tab page is specified by the TabbedGroup.SelectedTabPageIndex property.

See Also

SelectedTabPageIndex

SelectedTabPageName

TabbedGroup Class

TabbedGroup Members

DevExpress.XtraLayout Namespace