Skip to main content

FileExtractDriver.Instance Property

Provides access to the FileExtractDriver instance.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public static ICustomExtractDriver Instance { get; }

Property Value

Type Description
ICustomExtractDriver

An object implementing the ICustomExtractDriver interface.

See Also