UnboundSource(IContainer) Constructor
In This Article
Initializes a new instance of the UnboundSource class.
Namespace: DevExpress.Data
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
public UnboundSource(
IContainer container
)
#Parameters
Name | Type | Description |
---|---|---|
container | IContainer | An IContainer object. |
See Also