Command.ShowsModalDialog Property
Indicates whether a command invokes a modal dialog when executing.
Namespace: DevExpress.Utils.Commands
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
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