DockPanel.BindingContext Property
In This Article
Gets the BindingContext object for the current panel.
Namespace: DevExpress.XtraBars.Docking
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public override BindingContext BindingContext { get; }
#Property Value
Type | Description |
---|---|
Binding |
A Binding |
#Remarks
Refer to the System.Windows.Forms.BindingContext class description in MSDN for more information.
See Also