CustomShowSaveFileDialogEventArgs.DialogResult Property
In This Article
Specifies identifiers to indicate the return value of the CustomShowSaveFileDialogEventArgs.Dialog box.
Namespace: DevExpress.ExpressApp.Win.SystemModule
Assembly: DevExpress.ExpressApp.Win.v24.2.dll
NuGet Packages: DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design
#Declaration
public DialogResult DialogResult { get; set; }
#Property Value
Type | Description |
---|---|
Dialog |
A Dialog |
See Also