Skip to main content

XtraMdiTabPage.ShowPinButton Property

Gets or sets whether the current XtraMdiTabPage should display its pin button.

Namespace: DevExpress.XtraTabbedMdi

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(DefaultBoolean.Default)]
public virtual DefaultBoolean ShowPinButton { get; set; }

Property Value

Type Default Description
DefaultBoolean Default

true if the current XtraMdiTabPage should display its pin button; otherwise, false.

Available values:

Name Description Return Value
True

The value is true.

0

False

The value is false.

1

Default

The value is specified by a global option or a higher-level object.

2

Remarks

If a XtraMdiTabPage‘s IDocumentDefaultProperties.AllowPin property is set to true, this tab can be pinned by an end-user at runtime by clicking a Pin Button on the tab header. Pinned XtraMdiTabPages are automatically placed before unpinned tabs. Use the XtraMdiTabPage.Pinned property to pin/unpin XtraMdiTabPages in code.

Pin Button visibility is specified via the ShowPinButton property. You can also specify tab headers for which XtraMdiTabPages - activated only, activated and focused or all existing - should display their Pin Buttons. Use the XtraTabbedMdiManager.PinPageButtonShowMode property to do so.

See Also