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 |