Skip to main content
All docs
V24.2

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

C#
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