Skip to main content
All docs
V25.2
  • StepperBuilder.SelectOnFocus(Boolean) Method

    Specifies if items are selected automatically when focused by keyboard. Mirrors the client-side selectOnFocus option.

    Namespace: DevExtreme.AspNet.Mvc.Builders

    Assembly: DevExtreme.AspNet.Core.dll

    Declaration

    public StepperBuilder SelectOnFocus(
        bool value
    )

    Parameters

    Name Type Description
    value Boolean

    The option value.

    Returns

    Type Description
    StepperBuilder

    A reference to this instance after the method is called.

    See Also