Skip to main content

DataSourceAdapter(Object) Constructor

Initializes a new instance of the DataSourceAdapter class with the specified datasource.

Namespace: DevExpress.UI.Xaml.Charts

Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public DataSourceAdapter(
    object dataSource
)

Parameters

Name Type Description
dataSource Object

A Object specifying the datasource. This value is assigned to the DataSourceAdapter.DataSource property.

See Also