Class SuggestionPopup
Represents the content displayed inside the suggestion popup. This control is used to show the suggestion text with a custom template.
Inheritance
System.Object
SuggestionPopup
Namespace: Syncfusion.UI.Xaml.SmartComponents
Assembly: Syncfusion.SfSmartComponents.Wpf.dll
Syntax
public class SuggestionPopup : ContentControl
Constructors
SuggestionPopup()
Initializes a new instance of the SuggestionPopup class and sets the default style key.
Declaration
public SuggestionPopup()
Fields
SuggestionTextProperty
Identifies the SuggestionText dependency property.
Declaration
public static readonly DependencyProperty SuggestionTextProperty
Field Value
| Type |
|---|
| System.Windows.DependencyProperty |
Properties
SuggestionText
Gets or sets the suggestion text displayed inside the popup.
Declaration
public string SuggestionText { get; set; }
Property Value
| Type |
|---|
| System.String |