DashboardExtractDataSource.BeforeFill Event
Provides the capability to change options used to fill the extract data source.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
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