Skip to main content
All docs
V18.2

ASPxClientReportDesignerCustomizeSaveDialogEventArgs.Popup Property

Provides access to the Save dialog.

Namespace: DevExpress.XtraReports.Web.Scripts

Assembly: DevExpress.XtraReports.v18.2.Web.Scripts.dll

Declaration

public ASPxDesignerSaveDialog Popup { get; }

Property Value

Type Description
ASPxDesignerSaveDialog

An object that specifies the Save dialog.

See Also