Class
GridPdfExportColumn

Represents a PDF exportable column.

Definition

Namespace:Telerik.Blazor.Components.Grid

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class GridPdfExportColumn : GridSpreadsheetExportColumn

Inheritance: objectGridSpreadsheetExportColumnGridPdfExportColumn

Inherited Members GridSpreadsheetExportColumn.TitleGridSpreadsheetExportColumn.Field

Constructors

GridPdfExportColumn()

Declaration

cs-api-definition
public GridPdfExportColumn()

Properties

NumberFormat

Specifies a number format for the content cells. .NET format strings are not directly compatible with Excel number formats, thus Excel-compatible number format should be used.

Declaration

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

Property Value

string

Width

The width of the column in pixels.

Declaration

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

Property Value

string