WinWindow.ShowDialog() Method
Shows the WinWindow‘s WinWindow.Form as a modal dialog box with the currently active window set as its owner.
Namespace: DevExpress.ExpressApp.Win
Assembly: DevExpress.ExpressApp.Win.v24.1.dll
NuGet Packages: DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design
NuGet Package: DevExpress.ExpressApp.Win
Declaration
Returns
Type | Description |
---|---|
DialogResult | A System.Windows.Forms.DialogResult enumeration value, indicating the return value of the dialog box. |
Remarks
Generally, this method should not be called from your code. It is intended to be used in Show View Strategies (see ShowViewStrategyBase) and internal classes only.
See Also