Skip to main content
All docs
V26.1
  • MemoSmartAutoCompleteSuggestionReceivedEventArgs.SuggestionText Property

    Gets or sets the suggestion text.

    Namespace: DevExpress.AIIntegration.Blazor.Editors

    Assembly: DevExpress.AIIntegration.Blazor.Editors.v26.1.dll

    Declaration

    public string SuggestionText { get; set; }

    Property Value

    Type Description
    String

    The suggested text.

    Remarks

    Refer to the SuggestionReceived event description for additional information and an example.

    See Also