New to Telerik UI for BlazorStart a free 30-day trial

Represents a spreadsheet exportable column.

Definition

Namespace:Telerik.Blazor.Components.Grid

Assembly:Telerik.Blazor.dll

Syntax:

C#
public abstract class GridSpreadsheetExportColumn

Inheritance: objectGridSpreadsheetExportColumn

Derived Classes: GridCsvExportColumnGridExcelExportColumnGridPdfExportColumn

Constructors

C#
public GridSpreadsheetExportColumn()

Properties

The data bound field of the column.

C#
public string Field { get; set; }

The title of the column.

C#
public string Title { get; set; }