Gets or sets whether controls within the current LayoutControl use the local BindingContext, or the form's BindingContext.
Namespace:DevExpress.XtraLayout
Assembly:DevExpress.XtraLayout.v19.2.dll

Syntax
C# |
public bool UseLocalBindingContext { get; set; }
|
VB |
Public Property UseLocalBindingContext As Boolean
|
Property value
Type: 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 BindingContext property.

See Also