Class EditTypeInfo
Represents metadata for an IntelliSense item used in edit controls, including type information and display behavior.
Inheritance
System.Object
EditTypeInfo
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Syncfusion.Edit.Wpf.dll
Syntax
public class EditTypeInfo : IIntellisenseItem
Constructors
EditTypeInfo()
Declaration
Properties
BaseType
Declaration
public EditTypeInfo BaseType { get; set; }
Property Value
Description
Declaration
public string Description { get; set; }
Property Value
FullName
Declaration
public string FullName { get; }
Property Value
Icon
Declaration
public ImageSource Icon { get; set; }
Property Value
| Type |
| System.Windows.Media.ImageSource |
IsClass
Declaration
public bool IsClass { get; set; }
Property Value
IsEnum
Declaration
public bool IsEnum { get; set; }
Property Value
IsEvent
Declaration
public bool IsEvent { get; set; }
Property Value
IsInstance
Declaration
public bool IsInstance { get; set; }
Property Value
IsInterface
Declaration
public bool IsInterface { get; set; }
Property Value
IsMethod
Declaration
public bool IsMethod { get; set; }
Property Value
IsNamespace
Declaration
public bool IsNamespace { get; set; }
Property Value
IsProperty
Declaration
public bool IsProperty { get; set; }
Property Value
IsPublic
Declaration
public bool IsPublic { get; set; }
Property Value
IsStatic
Declaration
public bool IsStatic { get; set; }
Property Value
LexemType
Declaration
public EditTokenType LexemType { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
Namespace
Declaration
public string Namespace { get; set; }
Property Value
NestedItems
Declaration
public IEnumerable<IIntellisenseItem> NestedItems { get; set; }
Property Value
Text
Declaration
public string Text { get; set; }
Property Value
Implements