A newer version of this page is available.
Switch to the current version.
XPBindingSource Class
A binding source that binds data from a data source to a control.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v19.1.dll
Declaration
[ToolboxTabName("DX.19.1: ORM Components")]
[ToolboxBitmap(typeof(ToolboxIconsRootNS), "XPBindingSource")]
public class XPBindingSource :
Component,
IBindingList,
IList,
ICollection,
IEnumerable,
ITypedList,
ISupportInitialize,
IXPClassInfoProvider,
IXPDictionaryProvider,
ISessionProvider,
IObjectLayerProvider,
IDataLayerProvider,
IObjectChange
<ToolboxTabName("DX.19.1: ORM Components")>
<ToolboxBitmap(GetType(ToolboxIconsRootNS), "XPBindingSource")>
Public Class XPBindingSource
Inherits Component
Implements IBindingList,
IList,
ICollection,
IEnumerable,
ITypedList,
ISupportInitialize,
IXPClassInfoProvider,
IXPDictionaryProvider,
ISessionProvider,
IObjectLayerProvider,
IDataLayerProvider,
IObjectChange
[ToolboxTabName("DX.19.1: ORM Components")]
public class XPBindingSource :
Component,
IBindingList,
ICollection,
IEnumerable,
IList,
ITypedList,
ISupportInitialize,
IXPClassInfoProvider,
IXPDictionaryProvider,
ISessionProvider,
IObjectLayerProvider,
IDataLayerProvider,
IObjectChange
<ToolboxTabName("DX.19.1: ORM Components")>
Public Class XPBindingSource
Inherits Component
Implements IBindingList,
ICollection,
IEnumerable,
IList,
ITypedList,
ISupportInitialize,
IXPClassInfoProvider,
IXPDictionaryProvider,
ISessionProvider,
IObjectLayerProvider,
IDataLayerProvider,
IObjectChange
Remarks
The XPBindingSource component binds data from a data source to a control and conducts all interaction between the data source and the control. The XPBindingSource was specifically developed for XPO.
The following example demonstrates how to use the XPBindingSource component: How to Bind Data to WinForms Controls.
Implements
Inheritance
Object
MarshalByRefObject
Component
XPBindingSource
See Also
Feedback