Skip to main content
All docs
V25.2
  • StepperBuilder.Width(Double) 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(
        double value
    )

    Parameters

    Name Type Description
    value Double

    The width in pixels.

    Returns

    Type Description
    StepperBuilder

    A reference to this instance after the method is called.

    See Also