Skip to main content
All docs
V26.1
  • SpeechToTextBuilder.StartIcon(String) Method

    The SpeechToText button icon in the initial component state. Mirrors the client-side startIcon option.

    Namespace: DevExtreme.AspNet.Mvc.Builders

    Assembly: DevExtreme.AspNet.Core.dll

    Declaration

    public SpeechToTextBuilder StartIcon(
        string value
    )

    Parameters

    Name Type Description
    value String

    The option value.

    Returns

    Type Description
    SpeechToTextBuilder

    A reference to this instance after the method is called.

    See Also