windowsforms-devexpress-dot-xtratab-9d87fc07.md
Provides members that indicate which tab headers should display their Pin Buttons.
Namespace : DevExpress.XtraTab
Assembly : DevExpress.XtraEditors.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
public enum PinPageButtonShowMode
Public Enum PinPageButtonShowMode
| Name | Description |
|---|---|
Default |
A Default value. Acts identically to the PinPageButtonShowMode.InActiveTabPageHeaderAndOnMouseHover value.
|
| InAllTabPageHeaders |
All existing tab headers should display a pin button.
|
| InActiveTabPageHeader |
Only an active tab page header should display a Pin Button.
|
| InActiveTabPageHeaderAndOnMouseHover |
Only active and hovered tab headers should display a pin button.
|
The following properties accept/return PinPageButtonShowMode values:
Tabs in the TabbedView and XtraTabbedMdiManager can be pinned (see the Document.Pinned and XtraMdiTabPage.Pinned properties). The PinPageButtonShowMode enumerator values are passed to the IDocumentGroupProperties.PinPageButtonShowMode and XtraTabbedMdiManager.PinPageButtonShowMode properties that specify which tabs should display their Pin Buttons at runtime.
See Also
IDocumentGroupProperties.PinPageButtonShowMode