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.v25.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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