CustomizeDataAreaEventArgs.Context Property
In This Article
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 |
---|---|
IExport |
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 Grid
See Also