WinWindowShowingEventArgs.IsModal Property
Gets a value indicating whether or not the WinWindowShowingEventArgs.Form is displayed modally.
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
Property Value
Type | Description |
---|---|
Boolean | true, if the form is modal; otherwise, false. |
See Also