ClassGridPdfExport
Class
The component that configures the excel export.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class GridPdfExport : GridSpreadsheetExport<GridBeforePdfExportEventArgs, GridAfterPdfExportEventArgs>, IComponent, IHandleEvent, IHandleAfterRender
Inheritance: objectComponentBaseGridSpreadsheetExport<GridBeforePdfExportEventArgs, GridAfterPdfExportEventArgs>GridPdfExport
Implements:
Inherited Members
Constructors
GridPdfExport()
Declaration
cs-api-definition
public GridPdfExport()
Properties
PageOrientation
Defines the page orientation.
Declaration
cs-api-definition
[Parameter]
public GridPdfExportPageOrientation PageOrientation { get; set; }
Property Value
PaperSize
Defines the paper type.
Declaration
cs-api-definition
[Parameter]
public GridPdfExportPaperSize PaperSize { get; set; }
Property Value