Skip to main content
All docs
V25.2
  • ChatBuilder.FocusStateEnabled(Boolean) Method

    Specifies whether the Chat's input element can be focused using keyboard navigation. Mirrors the client-side focusStateEnabled option.

    Namespace: DevExtreme.AspNet.Mvc.Builders

    Assembly: DevExtreme.AspNet.Core.dll

    Declaration

    public ChatBuilder FocusStateEnabled(
        bool value
    )

    Parameters

    Name Type Description
    value Boolean

    The option value.

    Returns

    Type Description
    ChatBuilder

    A reference to this instance after the method is called.

    See Also