Back to Devexpress

TabPane.SelectedPage Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-tabpane.md

latest1.4 KB
Original Source

TabPane.SelectedPage Property

Gets or sets the page currently selected within this TabPane control.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(null)]
[DXCategory("Behavior")]
public TabNavigationPage SelectedPage { get; set; }
vb
<DXCategory("Behavior")>
<DefaultValue(Nothing)>
Public Property SelectedPage As TabNavigationPage

Property Value

TypeDefaultDescription
TabNavigationPagenull

A TabNavigationPage object that is the currently selected page within this TabPane control.

|

See Also

TabPane Class

TabPane Members

DevExpress.XtraBars.Navigation Namespace