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

BeforeFillExtractEventArgs.ExtractDriverName Property

Gets or sets the name of the custom driver used to manage writing/reading operations for the data extract.

Namespace: DevExpress.DashboardCommon

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

Declaration

public string ExtractDriverName { get; set; }

Property Value

Type Description
String

A String that specifies the name of the custom driver.

See Also