Skip to main content

Command.ShowsModalDialog Property

Indicates whether a command invokes a modal dialog when executing.

Namespace: DevExpress.Utils.Commands

Assembly: DevExpress.Data.v14.2.dll

#Declaration

public virtual bool ShowsModalDialog { get; }

#Property Value

Type Description
Boolean

true if a modal dialog is displayed while executing the command; otherwise, false. In base class it returns false.

#Remarks

The ShowsModalDialog property warns that the command displays a modal dialog. So, special measures should be taken on the Silverlight platform when dealing with asynchronous operations.

See Also