menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IIntellisenseItem - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IIntellisenseItem

    Namespace: Syncfusion.Windows.Edit
    Assembly: Syncfusion.Edit.Wpf.dll
    Syntax
    public interface IIntellisenseItem

    Properties

    Icon

    Declaration
    ImageSource Icon { get; set; }
    Property Value
    Type
    System.Windows.Media.ImageSource

    NestedItems

    Declaration
    IEnumerable<IIntellisenseItem> NestedItems { get; set; }
    Property Value
    Type
    System.Collections.Generic.IEnumerable<IIntellisenseItem>

    Text

    Declaration
    string Text { get; set; }
    Property Value
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved