DevProgressDialogShowCancelButton Property

Gets or sets a value indicating whether a Cancel button is displayed on the progress dialog.

Definition

Namespace: DevCase.UI.Dialogs
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[DefaultValueAttribute(true)]
public bool ShowCancelButton { get; set; }

Property Value

Boolean
to display a Cancel button on the progress dialog; otherwise, .

The default is .

See Also