Skip to main content
All docs
V25.2
  • StepperBuilder.ItemTemplate(RazorBlock) Method

    Specifies a custom template for items. Mirrors the client-side itemTemplate option.

    Namespace: DevExtreme.AspNet.Mvc.Builders

    Assembly: DevExtreme.AspNet.Core.dll

    Declaration

    public StepperBuilder ItemTemplate(
        RazorBlock templateContent
    )

    Parameters

    Name Type Description
    templateContent RazorBlock

    The Razor @<text> block that contains the template markup.

    Returns

    Type Description
    StepperBuilder

    A reference to this instance after the method is called.

    See Also