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