ExtractDriverStorage.DefaultDriver Property
In This Article
Gets or sets a default driver used to write data to/read data from a data extract.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
public static ICustomExtractDriver DefaultDriver { get; set; }
#Property Value
Type | Description |
---|---|
ICustom |
An object implementing the ICustom |
See Also