Class GanttExportSettings
Inheritance
System.Object
GanttExportSettings
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.EJ.Export
Assembly: Syncfusion.EJ.Export.dll
Syntax
public class GanttExportSettings
Constructors
GanttExportSettings()
Declaration
public GanttExportSettings()
Properties
IncludeHiddenColumn
Declaration
public bool IncludeHiddenColumn { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsFitToWidth
Declaration
public bool IsFitToWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Theme
Declaration
public ExportTheme Theme { get; set; }
Property Value
Type | Description |
---|---|
ExportTheme |
Unicode
Declaration
public bool Unicode { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |