Skip to main content
All docs
V25.2
  • StepperBuilder.Items(Action<CollectionFactory<StepperItemBuilder>>) Method

    An array of items (steps) displayed by the Stepper component. Mirrors the client-side items option.

    Namespace: DevExtreme.AspNet.Mvc.Builders

    Assembly: DevExtreme.AspNet.Core.dll

    Declaration

    public StepperBuilder Items(
        Action<CollectionFactory<StepperItemBuilder>> configurator
    )

    Parameters

    Name Type Description
    configurator Action<CollectionFactory<StepperItemBuilder>>

    A function that allows you to add, update, or remove items.

    Returns

    Type Description
    StepperBuilder

    A reference to this instance after the method is called.

    See Also