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

FileExtractDriver.Instance Property

Provides access to the FileExtractDriver instance.

Namespace: DevExpress.DashboardCommon

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

Declaration

public static ICustomExtractDriver Instance { get; }

Property Value

Type Description
ICustomExtractDriver

An object implementing the ICustomExtractDriver interface.

See Also