Back to Devexpress

DockPanel.BindingContext Property

windowsforms-devexpress-dot-xtrabars-dot-docking-dot-dockpanel-90daab20.md

latest1.4 KB
Original Source

DockPanel.BindingContext Property

Gets the BindingContext object for the current panel.

Namespace : DevExpress.XtraBars.Docking

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public override BindingContext BindingContext { get; }
vb
Public Overrides ReadOnly Property BindingContext As BindingContext

Property Value

TypeDescription
BindingContext

A BindingContext object.

|

Remarks

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

See Also

DockPanel Class

DockPanel Members

DevExpress.XtraBars.Docking Namespace