WizardMessagesSettingsBuilder
Methods
Done(System.String)
Specifies text to be rendered in the "Done" button on the final step.
Parameters
value - System.String
The value for Done
RETURNS
Returns the current WizardMessagesSettingsBuilder instance.
Next(System.String)
Specifies text to be rendered in the "Next" button on each step.
Parameters
value - System.String
The value for Next
RETURNS
Returns the current WizardMessagesSettingsBuilder instance.
Of(System.String)
Specifies text to be rendered in the Pager element.
Parameters
value - System.String
The value for Of
RETURNS
Returns the current WizardMessagesSettingsBuilder instance.
Previous(System.String)
Specifies text to be rendered in the "Previous" button on each step.
Parameters
value - System.String
The value for Previous
RETURNS
Returns the current WizardMessagesSettingsBuilder instance.
Reset(System.String)
Specifies text to be rendered in the "Reset" button on each step.
Parameters
value - System.String
The value for Reset
RETURNS
Returns the current WizardMessagesSettingsBuilder instance.
Step(System.String)
Specifies text to be rendered in the Pager element.
Parameters
value - System.String
The value for Step
RETURNS
Returns the current WizardMessagesSettingsBuilder instance.