Interface IIntellisenseItem
Defines the contract for an IntelliSense item, including display text, description, and selection behavior used in code or text editing environments.
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
Text
Declaration
string Text { get; set; }
Property Value