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.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
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