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

Command.ShowsModalDialog Property

Indicates whether a command invokes a modal dialog when executing.

Namespace: DevExpress.Utils.Commands

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

public virtual bool ShowsModalDialog { get; }

Property Value

Type Description
Boolean

true if a modal dialog is displayed while executing the command; otherwise, false. By default it is false.

Remarks

The ShowsModalDialog property can be overridden in Command descendants to warn that a particular command displays a modal dialog.

See Also