Class
GridSpreadsheetExportOptions<TColumn>

The configuration for the export.

Definition

Namespace:Telerik.Blazor.Components.Grid

Assembly:Telerik.Blazor.dll

Type Parameters:

TColumn

Syntax:

cs-api-definition
public abstract class GridSpreadsheetExportOptions<TColumn> where TColumn : GridSpreadsheetExportColumn

Inheritance: objectGridSpreadsheetExportOptions<TColumn>

Derived Classes: GridCsvExportOptionsGridExcelExportOptions

Constructors

GridSpreadsheetExportOptions()

Declaration

cs-api-definition
protected GridSpreadsheetExportOptions()

Properties

AggregateResults

The aggregate results.

Declaration

cs-api-definition
public List<AggregateResult> AggregateResults { get; set; }

Property Value

List<AggregateResult>

Columns

The list of columns to be exported.

Declaration

cs-api-definition
public List<TColumn> Columns { get; set; }

Property Value

List<TColumn>

Data

The data that will be exported.

Declaration

cs-api-definition
public IEnumerable<object> Data { get; set; }

Property Value

IEnumerable<object>

FileName

The name of the exported file.

Declaration

cs-api-definition
public string FileName { get; set; }

Property Value

string

GroupDescriptors

The group descriptors.

Declaration

cs-api-definition
public List<GroupDescriptor> GroupDescriptors { get; set; }

Property Value

List<GroupDescriptor>