DataLayoutItem.Binding Property
In This Article
Gets or sets the Binding object for the current DataLayoutItem.
Namespace: DevExpress.Xpf.LayoutControl
Assembly: DevExpress.Xpf.LayoutControl.v14.2.dll
#Declaration
#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