Skip to main content

PinPageButtonShowMode Enum

Provides members that indicate which tab headers should display their Pin Buttons.

Namespace: DevExpress.XtraTab

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public enum PinPageButtonShowMode

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.

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.

See Also