Skip to main content
A newer version of this page is available. .

DashboardDesigner.DataSourceOptions Property

Provides access to options that define the data source options of a DashboardDesigner.

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v18.2.Win.dll

Declaration

public DataSourceOptionsContainer DataSourceOptions { get; }

Property Value

Type Description
DataSourceOptionsContainer

A DataSourceOptionsContainer object containing options that define the data source options of a DashboardDesigner.

See Also