menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class NameSuggestionProvider - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class NameSuggestionProvider

    Inheritance
    System.Object
    NameSuggestionProvider
    Implements
    ISuggestionProvider
    Namespace: Syncfusion.UI.Xaml.RichTextBoxAdv
    Assembly: Syncfusion.SfRichTextBoxAdv.UWP.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

    Gets the ItemsSource property for NameSuggestionProvider instance.

    Declaration
    public static DependencyProperty ItemsSourceProperty { get; }
    Property Value
    Type
    Windows.UI.Xaml.DependencyProperty

    MentionCharacter

    Declaration
    public char MentionCharacter { get; set; }
    Property Value
    Type
    System.Char

    MentionCharacterProperty

    Gets the MentionCharacter property for NameSuggestionProvider instance.

    Declaration
    public static DependencyProperty MentionCharacterProperty { get; }
    Property Value
    Type
    Windows.UI.Xaml.DependencyProperty

    SuggestionBoxStyle

    Declaration
    public Style SuggestionBoxStyle { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Style

    SuggestionBoxStyleProperty

    Gets the SuggestionBox Style property for NameSuggestionProvider instance.

    Declaration
    public static DependencyProperty SuggestionBoxStyleProperty { get; }
    Property Value
    Type
    Windows.UI.Xaml.DependencyProperty

    Methods

    Dispose()

    Releases unmanaged and - optionally - managed resources.

    Declaration
    public void Dispose()

    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

    ISuggestionProvider

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved