Class GridViewSpreadStreamExportOptions
Provides various options for exporting to XLSX and CSV.
Inheritance
Namespace: Telerik.Windows.Controls.GridView.SpreadsheetStreamingExport
Assembly: Telerik.Windows.Controls.GridView.SpreadsheetStreamingExport.dll
Syntax
public class GridViewSpreadStreamExportOptions : Object
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
GridViewSpreadStreamExportOptions
options
The options. |
Properties
ColumnWidth
Gets or sets the width of the columns that are exported.
Declaration
public Nullable<double> ColumnWidth { get; set; }
Property Value
System.Nullable<System.Double>
|
Culture
Export culture.
Declaration
public CultureInfo Culture { get; set; }
Property Value
System.Globalization.CultureInfo
|
ExcludedColumns
Gets 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
|
HiddenColumnExportOption
Gets or sets a value indicating how hidden columns are exported.
Declaration
public HiddenColumnExportOptions HiddenColumnExportOption { get; set; }
Property Value
HiddenColumnExportOptions
|
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
ShowColumnGroups
Include column groups on export.
Declaration
public bool ShowColumnGroups { get; set; }
Property Value
System.Boolean
|
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
|