ObjectDataSource(IContainer) Constructor
Initializes a new instance of the ObjectDataSource class with a specified container.
Namespace: DevExpress.DataAccess.ObjectBinding
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
Parameters
Name | Type | Description |
---|---|---|
container | IContainer | An object implementing the IContainer interface that specifies the container of the ObjectDataSource. |
See Also