alexa
menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved