Class TreeGridExportSettings
Inheritance
System.Object
TreeGridExportSettings
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 TreeGridExportSettings
Constructors
TreeGridExportSettings()
Declaration
public TreeGridExportSettings()
Properties
EnableHeaderInAllPages
Declaration
public bool EnableHeaderInAllPages { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IncludeHiddenColumn
Declaration
public bool IncludeHiddenColumn { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IncludeTemplateColumn
Declaration
public bool IncludeTemplateColumn { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsFitToWidth
Declaration
public bool IsFitToWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
PageOrientation
Declaration
public PdfPageOrientation PageOrientation { get; set; }
Property Value
Type | Description |
---|---|
PdfPageOrientation |
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 |