Skip to main content
All docs
V25.1
  • DashboardExcelDataSourceBeforeFillEventArgs.SourceOptions Property

    Gets or sets options used to extract data from Microsoft Excel workbooks (XLS, XLSX or XLSM files) or CSV files.

    Namespace: DevExpress.DashboardCommon

    Assembly: DevExpress.Dashboard.v25.1.Core.dll

    NuGet Package: DevExpress.Dashboard.Core

    Declaration

    public ExcelSourceOptionsBase SourceOptions { get; set; }

    Property Value

    Type Description
    ExcelSourceOptionsBase

    A ExcelSourceOptionsBase descendant that contains options used to extract data from Microsoft Excel workbooks (XLS, XLSX or XLSM files) or CSV files.

    See Also