DockPanel.BindingContext Property
Gets the BindingContext object for the current panel.
Namespace: DevExpress.XtraBars.Docking
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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