ObjectDataSource Properties
Enables binding data-aware controls and components to a runtime-created object or an instance method.| Name | Description |
|---|---|
| CanRaiseEvents protected | Gets a value indicating whether the component can raise an event. Inherited from Component. |
| Constructor | Specifies an object that enables an ObjectDataSource to access constructor parameters. |
| Container | Gets the IContainer that contains the Component. Inherited from Component. |
| DataMember | Specifies the data member of an object data source. |
| DataSource | Specifies the object data source that can be a specific object instance or a type. |
| DesignMode protected | Gets a value that indicates whether the Component is currently in design mode. Inherited from Component. |
| Events protected | Gets the list of event handlers that are attached to this Component. Inherited from Component. |
| Name | Inherited from DataComponentBase. |
| Parameters | Provides access to the list of parameters that must be specified when binding an ObjectDataSource to a method. |
| Site | Gets or sets the ISite of the Component. Inherited from Component. |
See Also