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

DataLayoutItem.Binding Property

Gets or sets the Binding object for the current DataLayoutItem.

Namespace: DevExpress.Xpf.LayoutControl

Assembly: DevExpress.Xpf.LayoutControl.v19.2.dll

Declaration

public Binding Binding { get; set; }

Property Value

Type Description
Binding

A Binding object

Remarks

The Binding.Path defines the property of a source object used for UI generation.

See Also