Class NameSuggestionProvider
Inheritance
System.Object
NameSuggestionProvider
Assembly: Syncfusion.SfRichTextBoxAdv.WPF.dll
Syntax
public class NameSuggestionProvider : DependencyObject, ISuggestionProvider
Constructors
NameSuggestionProvider()
Declaration
public NameSuggestionProvider()
Properties
ItemsSource
Declaration
public IEnumerable ItemsSource { get; set; }
Property Value
Type |
System.Collections.IEnumerable |
ItemsSourceProperty
Declaration
public static DependencyProperty ItemsSourceProperty { get; }
Property Value
Type |
System.Windows.DependencyProperty |
MentionCharacter
Declaration
public char MentionCharacter { get; set; }
Property Value
MentionCharacterProperty
Declaration
public static DependencyProperty MentionCharacterProperty { get; }
Property Value
Type |
System.Windows.DependencyProperty |
SuggestionBoxStyle
Declaration
public Style SuggestionBoxStyle { get; set; }
Property Value
Type |
System.Windows.Style |
SuggestionBoxStyleProperty
Declaration
public static DependencyProperty SuggestionBoxStyleProperty { get; }
Property Value
Type |
System.Windows.DependencyProperty |
Methods
Dispose()
Releases unmanaged and - optionally - managed resources.
Declaration
InsertSelectedItem(SfRichTextBoxAdv, Object)
Declaration
public void InsertSelectedItem(SfRichTextBoxAdv richTextBoxAdv, object selectedItem)
Parameters
Type |
Name |
Description |
SfRichTextBoxAdv |
richTextBoxAdv |
|
System.Object |
selectedItem |
|
Search(String)
Declaration
public List<object> Search(string searchText)
Parameters
Type |
Name |
Description |
System.String |
searchText |
|
Returns
Type |
System.Collections.Generic.List<System.Object> |
Implements