FileExtractDriver.Instance Property
In This Article
Provides access to the FileExtractDriver instance.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
public static ICustomExtractDriver Instance { get; }
#Property Value
Type | Description |
---|---|
ICustom |
An object implementing the ICustom |
See Also