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.v19.1.dll

Declaration

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

The following members return TabNavigationPage objects:

Remarks

See the Tab Pane document to learn more.

See Also