The DevExpress HTML Editor for Blazor supports "mentions". This feature allows a user to reference others in text or conversation threads. When a user types a predefined marker, the editor displays a drop-down list of available names. Our HTML Editor allows you to incorporate multiple mention lists. To identify the appropriate mention list, use a unique marker.
To create and configure a mention list:
- Add a DxHtmlEditorMention object to the mention collection.
- Use the DxHtmlEditorMention.Data property to specify the data source used for mentions.
- Specify the DisplayFieldName property to obtain display values for mentions from data source fields.
- Use the SearchFieldNames property to enable search operations against mentions.
- Optional. Use SearchMinLength and SearchDelay properties to configure search settings.