Skip to main content

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.v23.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