Skip to main content
A newer version of this page is available. .

BootstrapUIWidgetBase.Exporting Event

Fires before data from the widget is exported.

Declaration

Exporting: ASPxClientEvent<BootstrapUIWidgetExportingEventHandler<BootstrapUIWidgetBase>>

Event Data

The Exporting event's data class is BootstrapUIWidgetExportEventArgs. The following properties provide information specific to this event:

Property Description
cancel Allows you to cancel file saving.
component The widget instance. Inherited from BootstrapUIWidgetEventArgsBase.
data Gets the saved data as a BLOB object.
element The widget’s container. Inherited from BootstrapUIWidgetEventArgsBase.
fileName Gets a name of a saved file.
format Gets the saved file’s format.
See Also