New to Telerik UI for WPFStart a free 30-day trial

Provides various options for exporting to XLSX and CSV.

Definition

Namespace:Telerik.Windows.Controls.GridView.SpreadsheetStreamingExport

Assembly:Telerik.Windows.Controls.GridView.SpreadsheetStreamingExport.dll

Syntax:

C#
public class GridViewSpreadStreamExportOptions

Inheritance: objectGridViewSpreadStreamExportOptions

Constructors

Initializes a new instance of the GridViewSpreadStreamExportOptions class.

C#
public GridViewSpreadStreamExportOptions()

Initializes a new instance of the GridViewSpreadStreamExportOptions class.

C#
public GridViewSpreadStreamExportOptions(GridViewSpreadStreamExportOptions options)
Parameters:optionsGridViewSpreadStreamExportOptions

The options.

Properties

Gets or sets the width of the columns that are exported.

C#
public double? ColumnWidth { get; set; }

Export culture.

C#
public CultureInfo Culture { get; set; }

Gets the columns that should not be exported.

C#
public IList<GridViewColumn> ExcludedColumns { get; }

Specifies whether GridViewDataControl will be exported with its default styles.

C#
public bool ExportDefaultStyles { get; set; }

Gets or sets a value indicating how hidden columns are exported.

C#
public HiddenColumnExportOptions HiddenColumnExportOption { get; set; }

Include collapsed groups on export.

C#
public bool IgnoreCollapsedGroups { get; set; }

Items to be exported.

C#
public IEnumerable Items { get; set; }

Include column footers on export.

C#
public bool ShowColumnFooters { get; set; }

Include column groups on export.

C#
public bool ShowColumnGroups { get; set; }

Include column headers on export.

C#
public bool ShowColumnHeaders { get; set; }

Include group footers on export.

C#
public bool ShowGroupFooters { get; set; }

Include group header aggregates on export.

C#
public bool ShowGroupHeaderRowAggregates { get; set; }

Include group rows on export.

C#
public bool ShowGroupRows { get; set; }