PinPageButtonShowMode Enum
Provides members that indicate which tab headers should display their Pin Buttons.
Namespace: DevExpress.XtraTab
Assembly: DevExpress.XtraEditors.v24.2.dll
Declaration
Members
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. |
Related API Members
The following properties accept/return PinPageButtonShowMode values:
Remarks
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.