dashboard-devexpress-dot-dashboardcommon-af806fb0.md
Contains parameters used to establish a connection to an Excel workbook or CSV file.
Namespace : DevExpress.DashboardCommon
Assembly : DevExpress.Dashboard.v25.2.Core.dll
NuGet Package : DevExpress.Dashboard.Core
public class ExcelDataSourceConnectionParameters :
FileConnectionParametersBase
Public Class ExcelDataSourceConnectionParameters
Inherits FileConnectionParametersBase
The ExcelDataSourceConnectionParameters class instances provide parameters used to establish a connection to an Excel workbook or CSV file: the path to the file (FileConnectionParametersBase.FileName) and password (FileConnectionParametersBase.Password).
For more information about the use of classes that provide data connection parameters, see DataConnectionParametersBase.
You can pass connection parameters when you handle the ConfigureDataConnection event:
Object DataConnectionParametersBase FileConnectionParametersBase ExcelDataSourceConnectionParameters
See Also