Skip to main content
All docs
V25.2
  • StepperBuilder.Width(String) Method

    Specifies the UI component's width. Mirrors the client-side width option.

    Namespace: DevExtreme.AspNet.Mvc.Builders

    Assembly: DevExtreme.AspNet.Core.dll

    Declaration

    public StepperBuilder Width(
        string value
    )

    Parameters

    Name Type Description
    value String

    A CSS-accepted measurement of width. For example, “55px”, “20vw”, “80%”, “auto”, “inherit”.

    Returns

    Type Description
    StepperBuilder

    A reference to this instance after the method is called.

    See Also