Skip to main content
A newer version of this page is available. .

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.v18.2.dll

Declaration

[Browsable(false)]
public bool UseLocalBindingContext { get; set; }

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