Skip to main content

TabbedGroup.SelectedTabPageIndex Property

Gets or sets the index of the currently selected tab page.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v24.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public int SelectedTabPageIndex { get; set; }

Property Value

Type Description
Int32

A zero-based integer which specifies the index of the selected tab page.

Remarks

Use this property to specify the index of the tab page which is currently selected. The selected page can be accessed via the TabbedGroup.SelectedTabPage property.

Assiging a value to the SelectedTabPageIndex property selects the tab page with the specified index.

See Also