Back to Devexpress

TabControlViewBase.NewTabCommand Property

wpf-devexpress-dot-xpf-dot-core-dot-tabcontrolviewbase-16f3e940.md

latest1.4 KB
Original Source

TabControlViewBase.NewTabCommand Property

Gets or sets a command executed when the New Button is clicked. This is a dependency property.

Namespace : DevExpress.Xpf.Core

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public ICommand NewTabCommand { get; set; }
vb
Public Property NewTabCommand As ICommand

Property Value

TypeDescription
ICommand

A ICommand object executed when the New Button is clicked.

|

Remarks

Refer to the Showing and Hiding Tab Items and Adding and Removing Tab Items topic to learn more.

See Also

TabControlViewBase Class

TabControlViewBase Members

DevExpress.Xpf.Core Namespace