Back to Devexpress

ObjectDataSource Properties

corelibraries-devexpress-dot-dataaccess-dot-objectbinding-dot-objectdatasource-dot-underscore-properties.md

latest3.4 KB
Original Source

ObjectDataSource Properties

Enables binding data-aware controls and components to a runtime-created object or an instance method.

NameDescription
CanRaiseEvents protectedGets a value indicating whether the component can raise an event. Inherited from Component.
ConstructorSpecifies an object that enables an ObjectDataSource to access constructor parameters.
ContainerGets the IContainer that contains the Component. Inherited from Component.
DataMemberSpecifies the data member of an object data source.
DataSourceSpecifies the object data source that can be a specific object instance or a type.
DesignMode protectedGets a value that indicates whether the Component is currently in design mode. Inherited from Component.
Events protectedGets the list of event handlers that are attached to this Component. Inherited from Component.
NameInherited from DataComponentBase.
ParametersProvides access to the list of parameters that must be specified when binding an ObjectDataSource to a method.
SiteGets or sets the ISite of the Component. Inherited from Component.

See Also

ObjectDataSource Class

ObjectDataSource Members

DevExpress.DataAccess.ObjectBinding Namespace