Skip to main content
A newer version of this page is available. .

DXTabItem.BindableName Property

Gets or sets a value passed to the DXTabItem Name property. This is a dependency property.

Namespace: DevExpress.Xpf.Core

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public string BindableName { get; set; }

Property Value

Type Description
String

A System.String value that specifies the DXTabItem Name value.

Remarks

You can bind the DXTabItem.BindableName property to another to specify the DXTabItem Name property.

See Also