windowsforms-devexpress-dot-xtratabbedmdi-dot-xtramditabpage-62206683.md
Gets or sets whether the current XtraMdiTabPage should display its pin button.
Namespace : DevExpress.XtraTabbedMdi
Assembly : DevExpress.XtraBars.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[DefaultValue(DefaultBoolean.Default)]
public virtual DefaultBoolean ShowPinButton { get; set; }
<DefaultValue(DefaultBoolean.Default)>
Public Overridable Property ShowPinButton As DefaultBoolean
| 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
|
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