Provides various options for exporting to XLSX and CSV.
Definition
Namespace:Telerik.Windows.Controls.GridView.SpreadsheetStreamingExport
Assembly:Telerik.Windows.Controls.GridView.SpreadsheetStreamingExport.dll
Syntax:
public class GridViewSpreadStreamExportOptions
Inheritance: objectGridViewSpreadStreamExportOptions
Constructors
Initializes a new instance of the GridViewSpreadStreamExportOptions class.
public GridViewSpreadStreamExportOptions()
Initializes a new instance of the GridViewSpreadStreamExportOptions class.
public GridViewSpreadStreamExportOptions(GridViewSpreadStreamExportOptions options)
The options.
Properties
Gets or sets the width of the columns that are exported.
public double? ColumnWidth { get; set; }
Export culture.
public CultureInfo Culture { get; set; }
Gets the columns that should not be exported.
public IList<GridViewColumn> ExcludedColumns { get; }
Specifies whether GridViewDataControl will be exported with its default styles.
public bool ExportDefaultStyles { get; set; }
Gets or sets a value indicating how hidden columns are exported.
public HiddenColumnExportOptions HiddenColumnExportOption { get; set; }
Include collapsed groups on export.
public bool IgnoreCollapsedGroups { get; set; }
Items to be exported.
public IEnumerable Items { get; set; }
Include column footers on export.
public bool ShowColumnFooters { get; set; }
Include column groups on export.
public bool ShowColumnGroups { get; set; }
Include column headers on export.
public bool ShowColumnHeaders { get; set; }
Include group footers on export.
public bool ShowGroupFooters { get; set; }
Include group header aggregates on export.
public bool ShowGroupHeaderRowAggregates { get; set; }
Include group rows on export.
public bool ShowGroupRows { get; set; }