DashboardExtractDataSource.BeforeFill Event
In This Article
Provides the capability to change options used to fill the extract data source.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
public event EventHandler<BeforeFillExtractEventArgs> BeforeFill
#Event Data
The BeforeFill event's data class is BeforeFillExtractEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Extract |
Gets or sets the name of the custom driver used to manage writing/reading operations for the data extract. |
File |
Gets or sets the path to the file containing a data extract. |
#Remarks
The BeforeFill event provides the capability to change settings related to loading the file containing a data extract. For instance, you can specify a new file path using the BeforeFillExtractEventArgs.FileName property.
See Also