A newer version of this page is available.
Switch to the current version.
ShowFormEventArgs.DialogResult Property
Gets or sets the return value of a dialog box.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v18.2.dll
Declaration
public DialogResult DialogResult { get; set; }
Public Property DialogResult As DialogResult
Property Value
Type | Description |
---|---|
DialogResult | A DialogResult enumeration value that specifies the value that is returned by the dialog box. |
Remarks
Use the DialogResult property with the ShowFormEventArgs.Handled parameter set to true, to change the return value of the dialog box.
See Also
Feedback