Skip to main content

BeforeFillEventArgs Class

Provides data for the ExcelDataSource.BeforeFill event.

Namespace: DevExpress.DataAccess.Excel

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public class BeforeFillEventArgs :
    EventArgs

Remarks

The ExcelDataSource.BeforeFill event provides the capability to change settings related to loading the Microsoft Excel workbook (XLS, XLSX or XLSM files) or CSV file. For instance, you can specify a new file path (BeforeFillEventArgs.FileName) or change options used to extract data (BeforeFillEventArgs.SourceOptions).

Inheritance

Object
EventArgs
BeforeFillEventArgs
See Also