Skip to main content
A newer version of this page is available. .

WinWindowShowingEventArgs.IsModal Property

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

Namespace: DevExpress.ExpressApp.Win

Assembly: DevExpress.ExpressApp.Win.v19.1.dll

Declaration

public bool IsModal { get; }

Property Value

Type Description
Boolean

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

See Also