Class ExportType
Defines Export Type.
Inheritance
System.Object
ExportType
Namespace: Syncfusion.Blazor.Gantt
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class ExportType : Enum
Fields
AllData
All data of the gantt is exported.
Declaration
public const ExportType AllData
Field Value
Type | Description |
---|---|
ExportType |
CurrentViewData
Current view data in gantt is exported.
Declaration
public const ExportType CurrentViewData
Field Value
Type | Description |
---|---|
ExportType |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |