Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

PinPageButtonShowMode Enum

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

Namespace: DevExpress.XtraTab

Assembly: DevExpress.XtraEditors.v24.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