Skip to main content

CustomizeSheetEventArgs.Context Property

Specifies the context in which an output document is customized.

Namespace: DevExpress.Export

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

#Declaration

public ISheetCustomizationContext Context { get; set; }

#Property Value

Type Description
DevExpress.Printing.ExportHelpers.ISheetCustomizationContext

An object that represents the context in which the output document 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