Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V18.2
  • BootstrapUIWidgetExportEventArgs Properties

    Provides data for events related to saving files in the built-in dialogs.
    Name 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