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

DataSource.ConnectionParameters Property

Gets parameters used to establish a connection to data.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v22.2.Core.dll

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.Win.Dashboard.Design

Declaration

[Browsable(false)]
public DataConnectionParametersBase ConnectionParameters { get; }

Property Value

Type Description
DataConnectionParametersBase

A DataConnectionParametersBase descendant containing parameters used to establish a connection to data.

See Also