menu

WPF

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

    Show / Hide Table of Contents

    Class EditTypeInfo

    Inheritance
    System.Object
    EditTypeInfo
    Implements
    IIntellisenseItem
    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()
    Namespace: Syncfusion.Windows.Edit
    Assembly: Syncfusion.Edit.Wpf.dll
    Syntax
    public class EditTypeInfo : IIntellisenseItem

    Constructors

    EditTypeInfo()

    Declaration
    public EditTypeInfo()

    Properties

    BaseType

    Declaration
    public EditTypeInfo BaseType { get; set; }
    Property Value
    Type
    EditTypeInfo

    Description

    Declaration
    public string Description { get; set; }
    Property Value
    Type
    System.String

    FullName

    Declaration
    public string FullName { get; }
    Property Value
    Type
    System.String

    Icon

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

    IsClass

    Declaration
    public bool IsClass { get; set; }
    Property Value
    Type
    System.Boolean

    IsEnum

    Declaration
    public bool IsEnum { get; set; }
    Property Value
    Type
    System.Boolean

    IsEvent

    Declaration
    public bool IsEvent { get; set; }
    Property Value
    Type
    System.Boolean

    IsInstance

    Declaration
    public bool IsInstance { get; set; }
    Property Value
    Type
    System.Boolean

    IsInterface

    Declaration
    public bool IsInterface { get; set; }
    Property Value
    Type
    System.Boolean

    IsMethod

    Declaration
    public bool IsMethod { get; set; }
    Property Value
    Type
    System.Boolean

    IsNamespace

    Declaration
    public bool IsNamespace { get; set; }
    Property Value
    Type
    System.Boolean

    IsProperty

    Declaration
    public bool IsProperty { get; set; }
    Property Value
    Type
    System.Boolean

    IsPublic

    Declaration
    public bool IsPublic { get; set; }
    Property Value
    Type
    System.Boolean

    IsStatic

    Declaration
    public bool IsStatic { get; set; }
    Property Value
    Type
    System.Boolean

    LexemType

    Declaration
    public EditTokenType LexemType { get; set; }
    Property Value
    Type
    EditTokenType

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type
    System.String

    Namespace

    Declaration
    public string Namespace { get; set; }
    Property Value
    Type
    System.String

    NestedItems

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

    Text

    Declaration
    public string Text { get; set; }
    Property Value
    Type
    System.String

    Implements

    IIntellisenseItem
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved