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

DashboardExtractDataSource.BeforeFill Event

Provides the capability to change options used to fill the extract data source.

Namespace: DevExpress.DashboardCommon

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

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
ExtractDriverName Gets or sets the name of the custom driver used to manage writing/reading operations for the data extract.
FileName 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