Class
GridViewSpreadStreamExportOptions

Provides various options for exporting to XLSX and CSV.

Definition

Namespace:Telerik.Windows.Controls.GridView.SpreadsheetStreamingExport

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

Syntax:

cs-api-definition
public class GridViewSpreadStreamExportOptions

Inheritance: objectGridViewSpreadStreamExportOptions

Constructors

GridViewSpreadStreamExportOptions()

Initializes a new instance of the GridViewSpreadStreamExportOptions class.

Declaration

cs-api-definition
public GridViewSpreadStreamExportOptions()

GridViewSpreadStreamExportOptions(GridViewSpreadStreamExportOptions)

Initializes a new instance of the GridViewSpreadStreamExportOptions class.

Declaration

cs-api-definition
public GridViewSpreadStreamExportOptions(GridViewSpreadStreamExportOptions options)

Parameters

options

GridViewSpreadStreamExportOptions

The options.

Properties

ColumnWidth

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

Declaration

cs-api-definition
public double? ColumnWidth { get; set; }

Property Value

double?

Culture

Export culture.

Declaration

cs-api-definition
public CultureInfo Culture { get; set; }

Property Value

CultureInfo

ExcludedColumns

Gets the columns that should not be exported.

Declaration

cs-api-definition
public IList<GridViewColumn> ExcludedColumns { get; }

Property Value

IList<GridViewColumn>

ExportDefaultStyles

Specifies whether GridViewDataControl will be exported with its default styles.

Declaration

cs-api-definition
public bool ExportDefaultStyles { get; set; }

Property Value

bool

HiddenColumnExportOption

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

Declaration

cs-api-definition
public HiddenColumnExportOptions HiddenColumnExportOption { get; set; }

Property Value

HiddenColumnExportOptions

IgnoreCollapsedGroups

Include collapsed groups on export.

Declaration

cs-api-definition
public bool IgnoreCollapsedGroups { get; set; }

Property Value

bool

Items

Items to be exported.

Declaration

cs-api-definition
public IEnumerable Items { get; set; }

Property Value

IEnumerable

ShowColumnFooters

Include column footers on export.

Declaration

cs-api-definition
public bool ShowColumnFooters { get; set; }

Property Value

bool

ShowColumnGroups

Include column groups on export.

Declaration

cs-api-definition
public bool ShowColumnGroups { get; set; }

Property Value

bool

ShowColumnHeaders

Include column headers on export.

Declaration

cs-api-definition
public bool ShowColumnHeaders { get; set; }

Property Value

bool

ShowGroupFooters

Include group footers on export.

Declaration

cs-api-definition
public bool ShowGroupFooters { get; set; }

Property Value

bool

ShowGroupHeaderRowAggregates

Include group header aggregates on export.

Declaration

cs-api-definition
public bool ShowGroupHeaderRowAggregates { get; set; }

Property Value

bool

ShowGroupRows

Include group rows on export.

Declaration

cs-api-definition
public bool ShowGroupRows { get; set; }

Property Value

bool