Skip to main content

CustomizeHeaderEventArgs.Context Property

Specifies the context in which a header is customized.

Namespace: DevExpress.Export

Assembly: DevExpress.Mobile.Core.v18.2.dll

Declaration

public IHeaderExportContext Context { get; set; }

Property Value

Type Description
DevExpress.Printing.ExportHelpers.IHeaderExportContext

An object that represents the context in which the header is customized.

Remarks

Important

This documentation topic describes legacy technology. We no longer develop new functionality for the GridControl and suggest that you use the new DataGridView control instead.

See Also