menu

UWP

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

    Show / Hide Table of Contents

    Class NameSuggestionItem

    Inheritance
    System.Object
    NameSuggestionItem
    Namespace: Syncfusion.UI.Xaml.RichTextBoxAdv
    Assembly: Syncfusion.SfRichTextBoxAdv.UWP.dll
    Syntax
    public class NameSuggestionItem : DependencyObject

    Constructors

    NameSuggestionItem()

    Declaration
    public NameSuggestionItem()

    Properties

    ImageSource

    Declaration
    public ImageSource ImageSource { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Media.ImageSource

    ImageSourceProperty

    Gets or sets value for ImageSource instance.

    Declaration
    public static DependencyProperty ImageSourceProperty { get; }
    Property Value
    Type
    Windows.UI.Xaml.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
    Windows.UI.Xaml.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
    Windows.UI.Xaml.DependencyProperty

    Methods

    Dispose()

    Releases unmanaged and - optionally - managed resources.

    Declaration
    public void Dispose()

    Extension Methods

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