Back to Devexpress

ASPxPivotGridExporter Events

aspnet-devexpress-dot-web-dot-aspxpivotgrid-dot-aspxpivotgridexporter-dot-underscore-events.md

latest3.5 KB
Original Source

ASPxPivotGridExporter Events

Represents an ASPxPivotGridExporter control used to export the ASPxPivotGrid control’s data.

NameDescription
CustomExportCellEnables you to render a different content for individual cells, if the PivotGrid is exported in the WYSIWYG mode.
CustomExportFieldValueEnables you to render a different content for individual field values, if the PivotGrid is exported in the WYSIWYG mode.
CustomExportHeaderEnables you to render a different content for individual field headers, if the PivotGrid is exported in the WYSIWYG mode.
DataBindingOccurs when the server control binds to a data source. Inherited from Control.
DisposedOccurs when a server control is released from memory, which is the last stage of the server control lifecycle when an ASP.NET page is requested. Inherited from Control.
ExportFinishedOccurs after the ASPxPivotGrid’s export has been completed.
ExportStartedOccurs after the ASPxPivotGrid’s export has been started.
InitOccurs when the server control is initialized, which is the first step in its lifecycle. Inherited from Control.
LoadOccurs when the server control is loaded into the Page object. Inherited from Control.
PreRenderOccurs after the Control object is loaded but prior to rendering. Inherited from Control.
UnloadOccurs when the server control is unloaded from memory. Inherited from Control.

See Also

ASPxPivotGridExporter Class

ASPxPivotGridExporter Members

DevExpress.Web.ASPxPivotGrid Namespace