Class DiscardConfiguration
Configuration of the discard changes dialog of edit page.
public sealed class DiscardConfiguration
- Inheritance
-
objectDiscardConfiguration
- Extension Methods
Properties
ConfirmLabel
Confirm label of the discard changes dialog.
public string ConfirmLabel { get; set; }
Property Value
- string
Headline
Headline label of the discard changes dialog.
public string Headline { get; set; }
Property Value
- string
Message
Message of the discard changes dialog.
public string Message { get; set; }
Property Value
- string