Class NameSuggestionItem
Inheritance
System.Object
    NameSuggestionItem
  Namespace: Syncfusion.Windows.Controls.RichTextBoxAdv
Assembly: Syncfusion.SfRichTextBoxAdv.WPF.dll
Syntax
public class NameSuggestionItem : DependencyObjectConstructors
NameSuggestionItem()
Declaration
public NameSuggestionItem()Properties
ImageSource
Declaration
public ImageSource ImageSource { get; set; }Property Value
| Type | 
|---|
| System.Windows.Media.ImageSource | 
ImageSourceProperty
Gets or sets value for ImageSource instance.
Declaration
public static DependencyProperty ImageSourceProperty { get; }Property Value
| Type | 
|---|
| System.Windows.DependencyProperty | 
Link
Declaration
public string Link { get; set; }Property Value
| Type | 
|---|
| System.String | 
LinkProperty
Gets or sets a value for Link instance.
Declaration
public static DependencyProperty LinkProperty { get; }Property Value
| Type | 
|---|
| System.Windows.DependencyProperty | 
Name
Declaration
public string Name { get; set; }Property Value
| Type | 
|---|
| System.String | 
NameProperty
Gets or sets a value for Name instance.
Declaration
public static DependencyProperty NameProperty { get; }Property Value
| Type | 
|---|
| System.Windows.DependencyProperty | 
Methods
Dispose()
Releases unmanaged and - optionally - managed resources.
Declaration
public void Dispose()