Skip to main content
All docs
V24.2

TreeListExportCustomizeSheetHeaderFooterEventArgs.ExportContext Property

Contains methods that allows you to modify the exported sheet.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public override ISheetHeaderFooterExportContext ExportContext { get; set; }

Property Value

Type Description
ISheetHeaderFooterExportContext

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

Remarks

CustomizeSheetHeader and CustomizeSheetFooter actions allow you to add rows above and below the TreeList content in the output document. Use the argument’s ExportContext property to access methods that allow you to modify the exported sheet.

Refer to the action descriptions for more information and an example.

See Also