GridExportCustomizeSheetHeaderFooterEventArgs.ExportContext Property
Contains methods that allows you to modify the exported sheet.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
public ISheetHeaderFooterExportContext ExportContext { get; set; }
Property Value
Type | Description |
---|---|
ISheetHeaderFooterExportContext | An object that implements the |
Remarks
The the CustomizeSheetHeader and CustomizeSheetFooter actions allow you to add rows above and below the grid content in the output document. Use the argument’s ExportContext
property to access methods that allows you to modify the exported sheet.
Refer to the action descriptions for more information and an example.
See Also