Skip to main content

ContextEventArgs.ExportContext Property

Provides access to an object that contains methods used to modify an exported worksheet.

Namespace: DevExpress.Export

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public ISheetHeaderFooterExportContext ExportContext { get; set; }

Property Value

Type Description
ISheetHeaderFooterExportContext

An object that exposes the ISheetHeaderFooterExportContext interface.

See Also