HtmlEditorMentionBuilder Class
Represents a mention object.
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
Declaration
public class HtmlEditorMentionBuilder :
OptionsOwnerBuilder,
ICollectionItem
Related API Members
The following members return HtmlEditorMentionBuilder objects:
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