Skip to main content

GridExportCustomizeSheetHeaderFooterEventArgs.ExportContext Property

Contains methods that allows you to modify the exported sheet.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public ISheetHeaderFooterExportContext ExportContext { get; set; }

Property Value

Type Description
ISheetHeaderFooterExportContext

An object that implements the ISheetHeaderFooterExportContext interface and exposes methods to add rows .

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