LayoutControl.UseLocalBindingContext Property
In This Article
Gets or sets whether controls within the current LayoutControl use the local BindingContext, or the form’s BindingContext.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true if controls use the Layout |
#Remarks
To get the currently used BindingContext, use the LayoutControl.BindingContext property.
See Also