Mentions

Kevin Carter
Kevin Carter
07/03/24 - 12:22AM
@John Heart What experience do you have in this field?

John Heart
John Heart
07/03/24 - 12:25AM
I've been in the audio/video industry since 2001, and I've been the CEO of DevAv since 2009.

Kevin Carter
Kevin Carter
07/03/24 - 12:26AM
That's very interesting. @Olivia Peyton, what do you think?

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:

  1. Add a DxHtmlEditorMention object to the mention collection.
  2. Use the DxHtmlEditorMention.Data property to specify the data source used for mentions.
  3. Specify the DisplayFieldName property to obtain display values for mentions from data source fields.
  4. Use the SearchFieldNames property to enable search operations against mentions.
  5. Optional. Use SearchMinLength and SearchDelay properties to configure search settings.