Back to Devexpress

HtmlEditorMentionBuilder Class

aspnetcore-devextreme-dot-aspnet-dot-mvc-dot-builders-1c39b198.md

latest5.6 KB
Original Source

HtmlEditorMentionBuilder Class

Represents a mention object.

Namespace : DevExtreme.AspNet.Mvc.Builders

Assembly : DevExtreme.AspNet.Core.dll

Declaration

csharp
public class HtmlEditorMentionBuilder :
    OptionsOwnerBuilder,
    ICollectionItem

The following members return HtmlEditorMentionBuilder objects:

Show 27 links

Remarks

Do not instantiate this class explicitly. A new HtmlEditorMentionBuilder class instance is created when you call the Mentions(Action<CollectionFactory<HtmlEditorMentionBuilder>>) method.

Implements

ICollectionItem

Inheritance

Object OptionsOwnerBuilder HtmlEditorMentionBuilder

See Also

HtmlEditorMentionBuilder Members

DevExtreme.AspNet.Mvc.Builders Namespace