Class
StepperStepChangeEventArgs

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class StepperStepChangeEventArgs

Inheritance: objectStepperStepChangeEventArgs

Constructors

StepperStepChangeEventArgs()

Declaration

cs-api-definition
public StepperStepChangeEventArgs()

Properties

IsCancelled

Whether the event is cancelled and the built-in action prevented.

Declaration

cs-api-definition
public bool IsCancelled { get; set; }

Property Value

bool

TargetIndex

Specify the index of the targeted step.

Declaration

cs-api-definition
public int TargetIndex { get; set; }

Property Value

int