Back to Devexpress

TabNavigationPage.ItemShowMode Property

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

latest1.9 KB
Original Source

TabNavigationPage.ItemShowMode Property

Gets or sets what content should be displayed for the current TabNavigationPage header within the TabPane control.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(ItemShowMode.Default)]
public ItemShowMode ItemShowMode { get; set; }
vb
<DefaultValue(ItemShowMode.Default)>
Public Property ItemShowMode As ItemShowMode

Property Value

TypeDefaultDescription
DevExpress.XtraBars.Navigation.ItemShowModeDefault

A DevExpress.XtraBars.Navigation.ItemShowMode enumerator value that specifies what content should be displayed for the current TabNavigationPage header.

|

Remarks

Depending on the ItemShowMode property value, the TabNavigationPage header can display either a page caption (the NavigationPageBase.Caption property), its glyph (the NavigationPageBase.Image property) or both.

See Also

TabNavigationPage Class

TabNavigationPage Members

DevExpress.XtraBars.Navigation Namespace