Class
GridSpreadsheetExportColumn

Represents a spreadsheet exportable column.

Definition

Namespace:Telerik.Blazor.Components.Grid

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public abstract class GridSpreadsheetExportColumn

Inheritance: objectGridSpreadsheetExportColumn

Derived Classes: GridCsvExportColumnGridExcelExportColumn

Constructors

GridSpreadsheetExportColumn()

Declaration

cs-api-definition
public GridSpreadsheetExportColumn()

Properties

Field

The data bound field of the column.

Declaration

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

Property Value

string

Title

The title of the column.

Declaration

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

Property Value

string