Skip to main content

DockPanel.BindingContext Property

Gets the BindingContext object for the current panel.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public override BindingContext BindingContext { get; }

Property Value

Type Description
BindingContext

A BindingContext object.

Remarks

Refer to the System.Windows.Forms.BindingContext class description in MSDN for more information.

See Also