Skip to main content

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

NuGet Package: DevExpress.Win.Navigation

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