DevProgressDialogModal Property
Gets a value indicating whether this form is displayed modally.
Namespace: DevCase.UI.DialogsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[DefaultValueAttribute(false)]
public bool Modal { get; set; }
<DefaultValueAttribute(false)>
Public Property Modal As Boolean
Get
Set
Dim instance As DevProgressDialog
Dim value As Boolean
value = instance.Modal
instance.Modal = value
public:
[DefaultValueAttribute(false)]
property bool Modal {
bool get ();
void set (bool value);
}
[<DefaultValueAttribute(false)>]
member Modal : bool with get, set
No code example is currently available or this language may not be supported.
Property Value
Boolean if the form is displayed modally;
otherwise,
.