Kendo.Mvc.UI.WizardStepButton
Defines the fluent API for configuring the WizardStepButton settings.
Properties
Enabled
Specifies whether the Button in question is enabled or not.
Name
Specifies the name of the Button. The default buttons have "reserved" names. That would allow additional customization of that Buttons' text and behavior.
Primary
Specifies whether the Button will have the "k-primary" class assigned or not.
Text
Specifies the text to be displayed in the Button.
Click
A click handler that defines the logic to be executed upon button click.
Methods
Serialize(System.Collections.Generic.IDictionary<System.String,System.Object>)
Serialize current instance to Dictionary