Back to Devexpress

HideButtonShowMode Enum

wpf-devexpress-dot-xpf-dot-core-ab761ef1.md

latest2.0 KB
Original Source

HideButtonShowMode Enum

Lists values that specify where to show the Hide button.

Namespace : DevExpress.Xpf.Core

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
[Flags]
public enum HideButtonShowMode
vb
<Flags>
Public Enum HideButtonShowMode

Members

NameDescription
NoWhere

The Hide button is not shown.

| | InAllTabs |

The Hide button is shown in all tab headers.

| | InActiveTab |

The Hide button is shown in the active tab header only.

| | InHeaderArea |

The Hide button is shown in the Header Area.

| | InAllTabsAndHeaderArea |

The Hide button is shown in all tab headers and in the Header Area.

| | InActiveTabAndHeaderArea |

The Hide button is shown in the active tab header and in the Header Area.

|

The following properties accept/return HideButtonShowMode values:

Remarks

The values listed by this enumeration are used to set the TabControlViewBase.HideButtonShowMode property’s value.

  • NoWhere - the Hide button is not shown.

  • InAllTabs - the Hide button is shown in all tab headers.

  • InActiveTab - the Hide button is shown in the active tab header only.

  • InHeaderArea - the Hide button is shown in the Header Area.

  • InAllTabsAndHeaderArea - the Hide button is shown in all tab headers and in the Header Area.

  • InActiveTabAndHeaderArea - the Hide button is shown in the active tab header and in the Header Area.

See Also

DevExpress.Xpf.Core Namespace