DockPanel.BindingContext Property
Gets the BindingContext object for the current panel.
Namespace: DevExpress.XtraBars.Docking
Assembly: DevExpress.XtraBars.v26.1.dll
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