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

DockPanel.BindingContext Property

Gets the BindingContext object for the current panel.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v18.2.dll

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