LayoutControl.UseLocalBindingContext Property
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.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if controls use the LayoutControl’s BindingContext; false if controls use the form’s BindingContext. |
Remarks
To get the currently used BindingContext, use the LayoutControl.BindingContext property.
See Also