Skip to main content
All docs
V25.2
  • StepperItemBuilder.Template(RazorBlock) Method

    Specifies a template that should be used to render this item only. Mirrors the client-side template option.

    Namespace: DevExtreme.AspNet.Mvc.Builders

    Assembly: DevExtreme.AspNet.Core.dll

    Declaration

    public StepperItemBuilder Template(
        RazorBlock templateContent
    )

    Parameters

    Name Type Description
    templateContent RazorBlock

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

    Returns

    Type Description
    StepperItemBuilder

    A reference to this instance after the method is called.

    See Also