Skip to main content
.NET 6.0+

WinWindowShowingEventArgs.IsModal Property

Gets a value indicating whether or not the WinWindowShowingEventArgs.Form is displayed modally.

Namespace: DevExpress.ExpressApp.Win

Assembly: DevExpress.ExpressApp.Win.v23.2.dll

NuGet Package: DevExpress.ExpressApp.Win

Declaration

public bool IsModal { get; }

Property Value

Type Description
Boolean

true, if the form is modal; otherwise, false.

See Also