Skip to main content
A newer version of this page is available. .

HtmlEditorMentionBuilder Class

Represents a mention object.

Namespace: DevExtreme.AspNet.Mvc.Builders

Assembly: DevExtreme.AspNet.Core.dll

Declaration

public class HtmlEditorMentionBuilder :
    OptionsOwnerBuilder,
    ICollectionItem

Remarks

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

Implements

Inheritance

Object
OptionsOwnerBuilder
HtmlEditorMentionBuilder
See Also