Class GridViewDocumentExportOptions
Provides various options for exporting to XLSX and PDF.
Inheritance
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.GridView.Export.dll
Syntax
public class GridViewDocumentExportOptions : Object
Constructors
GridViewDocumentExportOptions()
Initializes a new instance of the GridViewDocumentExportOptions class.
Declaration
public GridViewDocumentExportOptions()
GridViewDocumentExportOptions(GridViewDocumentExportOptions)
Initializes a new instance of the GridViewDocumentExportOptions class.
Declaration
public GridViewDocumentExportOptions(GridViewDocumentExportOptions options)
Parameters
GridViewDocumentExportOptions
options
The options. |
Properties
AutoFitColumnsWidth
Automatically fit columns' width based on its content.
Declaration
public bool AutoFitColumnsWidth { get; set; }
Property Value
System.Boolean
|
Culture
Export culture.
Declaration
public CultureInfo Culture { get; set; }
Property Value
System.Globalization.CultureInfo
|
ExcludedColumns
Gets or sets the columns that should not be exported.
Declaration
public IList<GridViewColumn> ExcludedColumns { get; }
Property Value
System.Collections.Generic.IList<GridViewColumn>
|
ExportDefaultStyles
Specifies whether GridViewDataControl will be exported with its default styles.
Declaration
public bool ExportDefaultStyles { get; set; }
Property Value
System.Boolean
|
IgnoreCollapsedGroups
Include collapsed groups on export.
Declaration
public bool IgnoreCollapsedGroups { get; set; }
Property Value
System.Boolean
|
Items
Items to be exported.
Declaration
public IEnumerable Items { get; set; }
Property Value
System.Collections.IEnumerable
|
ShowColumnFooters
ShowColumnHeaders
Include column headers on export.
Declaration
public bool ShowColumnHeaders { get; set; }
Property Value
System.Boolean
|
ShowGroupFooters
ShowGroupHeaderRowAggregates
Include group header aggregates on export.
Declaration
public bool ShowGroupHeaderRowAggregates { get; set; }
Property Value
System.Boolean
|
ShowGroupRows
Include group rows on export.
Declaration
public bool ShowGroupRows { get; set; }
Property Value
System.Boolean
|