Back to Devexpress

NewButtonShowMode Enum

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

latest1.7 KB
Original Source

NewButtonShowMode Enum

Lists values that specify where to show the New button.

Namespace : DevExpress.Xpf.Core

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

NuGet Package : DevExpress.Wpf.Core

Declaration

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

Members

NameDescription
NoWhere

The New Button is not shown.

| | InHeaderArea |

The New Button is shown in the Header Area.

| | InTabPanel |

The New Button is located inside the Tab Panel, next to tab item headers.

| | InHeaderAreaAndTabPanel |

The New Button is shown in the Tab Panel and Header Area simultaneously.

|

The following properties accept/return NewButtonShowMode values:

Remarks

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

  • NoWhere - the New Button is not shown.

  • InHeaderArea - the New Button is located inside the Header Area.

  • InTabPanel - the New Button is located inside the Tab Panel, next to tab item headers.

  • InHeaderAreaAndTabPanel - the New Button is shown in the Tab Panel and Header Area simultaneously.

See Also

DevExpress.Xpf.Core Namespace