Skip to main content

CustomizeDataAreaEventArgs.Context Property

Specifies the context in which a data area is customized.

Namespace: DevExpress.Export

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

Declaration

public IExportContext Context { get; set; }

Property Value

Type Description
IExportContext

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