Class ConfirmationDialog
Represents an confirmation dialog.
public sealed class ConfirmationDialog
- Inheritance
-
objectConfirmationDialog
- Extension Methods
Properties
Button
Text of the confirmation button on the prompt dialog.
public string Button { get; set; }
Property Value
- string
- See Also
ChangeCommandName
Name of the Change command.
public string ChangeCommandName { get; set; }
Property Value
- string
Content
Gets or sets content of the confirmation dialog.
public ComponentContent Content { get; set; }
Property Value
DependentFieldNames
List of fields that if any of them were modified will result in showing the confirmation dialog.
public string[] DependentFieldNames { get; set; }
Property Value
- string[]
Remarks
If list is empty, dialog will be shown allways even if no record was modified.
Destructive
Indicates if the dialog is destructive.
public bool Destructive { get; set; }
Property Value
- bool
Detail
Confirmation text shown in prompt dialog.
public string Detail { get; set; }
Property Value
- string
FormItems
Form items representing form fields inside confirmation dialog.
public ICollection<IFormItemClientProperties> FormItems { get; set; }
Property Value
- ICollection<IFormItemClientProperties>
FormName
Represents a customized form name.
public string FormName { get; set; }
Property Value
- string
Icon
Icon of the confirmation button on the prompt dialog.
public string Icon { get; set; }
Property Value
- string
Title
Confirmation title shown in prompt dialog.
public string Title { get; set; }
Property Value
- string