Skip to main content
A newer version of this page is available. .

TabNavigationPage Class

A content container for the Tab Pane control.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v18.1.dll

Declaration

[SmartTagSupport(typeof(NavigationPageBounds), SmartTagSupportAttribute.SmartTagCreationMode.Auto)]
[Docking(DockingBehavior.Never)]
[SmartTagFilter(typeof(NavigationPageFilter))]
public class TabNavigationPage :
    NavigationPageBase,
    INavigationPageBase,
    IBaseObject,
    IDisposable

The following members accept/return TabNavigationPage objects:

Remarks

See the Tab Pane document to learn more.

See Also