ClassGridViewSpreadStreamExportOptions
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
GridViewSpreadStreamExportOptions()
Initializes a new instance of the GridViewSpreadStreamExportOptions class.
Declaration
public GridViewSpreadStreamExportOptions()
GridViewSpreadStreamExportOptions(GridViewSpreadStreamExportOptions)
Initializes a new instance of the GridViewSpreadStreamExportOptions class.
Declaration
public GridViewSpreadStreamExportOptions(GridViewSpreadStreamExportOptions options)
Parameters
options
GridViewSpreadStreamExportOptions
The options.
Properties
ColumnWidth
Gets or sets the width of the columns that are exported.
Culture
Export culture.
ExcludedColumns
Gets the columns that should not be exported.
Declaration
public IList<GridViewColumn> ExcludedColumns { get; }
Property Value
ExportDefaultStyles
Specifies whether GridViewDataControl will be exported with its default styles.
HiddenColumnExportOption
Gets or sets a value indicating how hidden columns are exported.
Declaration
public HiddenColumnExportOptions HiddenColumnExportOption { get; set; }
Property Value
IgnoreCollapsedGroups
Include collapsed groups on export.
Items
Items to be exported.
ShowColumnFooters
Include column footers on export.
ShowColumnGroups
Include column groups on export.
ShowColumnHeaders
Include column headers on export.
ShowGroupFooters
Include group footers on export.
ShowGroupHeaderRowAggregates
Include group header aggregates on export.
Declaration
public bool ShowGroupHeaderRowAggregates { get; set; }
Property Value
ShowGroupRows
Include group rows on export.