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

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.v18.2.dll

Declaration

public string BindableName { get; set; }

Property Value

Type Description
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