Back to Devexpress

BaseLayoutItem.BindableName Property

wpf-devexpress-dot-xpf-dot-docking-dot-baselayoutitem-3209690c.md

latest1.6 KB
Original Source

BaseLayoutItem.BindableName Property

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

Namespace : DevExpress.Xpf.Docking

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

NuGet Package : DevExpress.Wpf.Docking

Declaration

csharp
public string BindableName { get; set; }
vb
Public Property BindableName As String

Property Value

TypeDescription
String

A String value that specifies the BaseLayoutItem Name value.

|

Remarks

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

See Also

Save and Restore the Layout of Dock Panels and Controls

Save/Restore Control Layout

BaseLayoutItem Class

BaseLayoutItem Members

DevExpress.Xpf.Docking Namespace