Skip to main content

DataLayoutItem.Binding Property

Gets or sets the Binding object for the current DataLayoutItem.

Namespace: DevExpress.Xpf.LayoutControl

Assembly: DevExpress.Xpf.LayoutControl.v14.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