Kendo.Mvc.UI.WizardStep
Kendo UI WizardStep class
Properties
Icon
Defines a name of an existing icon in the Kendo UI theme sprite. The icon will be displayed in the Stepper step element. For a list of available icon names, please refer to the Web Font Icons article.
IconTemplate
The template used to render the icon in the Stepper step.The fields which can be used in the template are: label String - the label set on the step; icon String - the icon specified for this step (if any); enabled Boolean - indicates whether the step is enabled (true) or disabled (false); error Boolean - indicates whether the step has error (true) or not (false); selected Boolean - indicates whether the step is selected; previous Boolean - indicates whether the step is before the currently selected or not; index Number - a zero-based index of the current step; isFirstStep Boolean - indicates whether the step is the initial one in the Stepper; isLastStep Boolean - indicates whether the step is the last one in the Stepper; indicatorVisible Boolean - indicates whether the indicator, which holds the icon should be displayed or not or labelVisible Boolean - indicates whether the label section of the step should be displayed or not.
IconTemplateId
The template used to render the icon in the Stepper step.The fields which can be used in the template are: label String - the label set on the step; icon String - the icon specified for this step (if any); enabled Boolean - indicates whether the step is enabled (true) or disabled (false); error Boolean - indicates whether the step has error (true) or not (false); selected Boolean - indicates whether the step is selected; previous Boolean - indicates whether the step is before the currently selected or not; index Number - a zero-based index of the current step; isFirstStep Boolean - indicates whether the step is the initial one in the Stepper; isLastStep Boolean - indicates whether the step is the last one in the Stepper; indicatorVisible Boolean - indicates whether the indicator, which holds the icon should be displayed or not or labelVisible Boolean - indicates whether the label section of the step should be displayed or not.
Buttons
Allows configuration of the buttons to be rendered on each step. If the array contains strings, those values will be taken as Buttons names. If the array contains objects, those will be used when initializing the actual Button instances on each step.
Content
Specifies the HTML string content to be rendered in the step.
ContentId
Specifies the id of a DOM element, which content to be used as a content of the current step.
ContentUrl
Specifies an endpoint which the step content should be loaded from.
ClassName
Specifies a custom class that will be set on the step container element.
Enabled
Specifies whether the step is enabled or not.
Pager
Specifies whether the pager will be rendered on the current step or not.
Title
Specifies a title of the current step.
Methods
Serialize
Serialize current instance to Dictionary
SerializeSettings
Serialize current instance to Dictionary