New to Kendo UI for Angular? Start a free 30-day trial
StepperActivateEvent
Represents the arguments for the activate
event of the Stepper.
Name | Type | Default | Description |
---|---|---|---|
index |
|
Specifies the index of the activated step in the | |
originalEvent |
|
Specifies the DOM event that triggered the step activation. | |
sender |
|
Specifies the Stepper that triggered the event. | |
step |
|
Specifies the activated step. |
Methods
isDefaultPrevented | ||||
---|---|---|---|---|
Returns | ||||
|
preventDefault |
---|
Prevents the default action for the event. The source component suppresses the built-in behavior that follows the event. |