Skip to main content

TabControlViewBase.NewTabCommandParameter Property

Gets or sets the TabControlViewBase.NewTabCommand parameter. This is a dependency property.

Namespace: DevExpress.Xpf.Core

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public object NewTabCommandParameter { get; set; }

Property Value

Type Description
Object

The command specific data.

See Also