Class SubmitConfiguration
Represents the configuration of submit of edit page.
public sealed class SubmitConfiguration
- Inheritance
-
objectSubmitConfiguration
- Extension Methods
Properties
ConfirmationConfiguration
Configuration for confirmation dialog.
public ConfirmationConfiguration ConfirmationConfiguration { get; set; }
Property Value
Label
Label of the form submit button.
public string Label { get; set; }
Property Value
- string
TooltipText
Tooltip text of the form submit button.
public string TooltipText { get; set; }
Property Value
- string
Visible
Indicates if the form submit button is visible.
public bool Visible { get; set; }
Property Value
- bool