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

ExtractDriverStorage.DefaultDriver Property

Gets or sets a default driver used to write data to/read data from a data extract.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v21.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

Declaration

public static ICustomExtractDriver DefaultDriver { get; set; }

Property Value

Type Description
ICustomExtractDriver

An object implementing the ICustomExtractDriver interface that specifies a custom driver used to write data to/read data from a data extract.

See Also