WizardStep.getIsRequired

Syntax

getIsRequired ();

Description

The getIsRequired method returns the attribute whether the given step is mandatory.

Comments

The method returns True if the step is mandatory, otherwise it returns False.

Example

The example of method use is given in description of the Wizard.CancelButtonClicked event.

See also:

WizardStep