ClassGridPdfExportColumn
Class
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
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.