Class AssetItemActionConfirmation
Represents action's confirmation.
public sealed class AssetItemActionConfirmation
- Inheritance
-
objectAssetItemActionConfirmation
- Extension Methods
Properties
ButtonLabel
Label for confirmation button.
public string ButtonLabel { get; set; }
Property Value
- string
Headline
Headline for confirmation dialog.
public string Headline { get; set; }
Property Value
- string
Text
Confirmation message for the action.
public string Text { get; set; }
Property Value
- string