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

Applies number formatting to column values in the PDF export. Use .NET format strings or Excel-compatible formats. Examples: "0.00" for decimals, "N0" for integers, "C" for currency, "dd/MM/yyyy" for dates.

Declaration

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

Property Value

string

Width

Sets the column width in the exported PDF file. Use pixel values (e.g., "100px") to control column width in the PDF layout.

Declaration

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

Property Value

string