XPBindingSource Properties
A binding source that binds data from a data source to a control.Name | Description |
---|---|
BindingBehavior | Defines operations the bound control can perform with the data source. |
CanRaiseEvents protected | Gets a value indicating whether the component can raise an event. Inherited from Component. |
Container | Gets the IContainer that contains the Component. Inherited from Component. |
Count | Gets the number of items the data source contains. |
DataSource | Gets or sets a data source the XPBindingSource binds to a control. |
DesignMode protected | Gets a value that indicates whether the Component is currently in design mode. Inherited from Component. |
Dictionary | Gets or sets an XPDictionary. |
DisplayableProperties | Gets or sets a list of properties available for binding. |
Events protected | Gets the list of event handlers that are attached to this Component. Inherited from Component. |
Object[Int32] | An indexer that provides access to the data source‘s specific object. |
ObjectClassInfo | Gets or sets the XPClassInfo metadata that describes the type of items the data source contains. |
ObjectType | Gets or sets the type of items the data source contains. |
Site | Gets or sets the ISite of the Component. Inherited from Component. |
See Also