BaseLayoutItem.BindingContext Property
In This Article
Gets or sets the BindingContext for the item.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Advanced)]
public virtual BindingContext BindingContext { get; set; }
#Property Value
Type | Description |
---|---|
Binding |
A Binding |
#Remarks
See the BindingContext Class topic in MSDN to learn more.
See Also