Skip to main content
You are viewing help content for pre-release software. This document and the features it describes are subject to change.
All docs
V25.2
  • MemoSmartAutoCompleteSuggestionReceivedEventArgs.SuggestionText Property

    Gets or sets the suggestion text.

    Namespace: DevExpress.AIIntegration.Blazor.Editors

    Assembly: DevExpress.AIIntegration.Blazor.Editors.v25.2.dll

    Declaration

    public string SuggestionText { get; set; }

    Property Value

    Type Description
    String

    The suggested text.

    Remarks

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

    See Also