WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface ITypeEditor - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface ITypeEditor

    Represents the ITypeEditor Interface

    Namespace: Syncfusion.Windows.PropertyGrid
    Assembly: Syncfusion.PropertyGrid.Wpf.dll
    Syntax
    public interface ITypeEditor

    Methods

    Attach(PropertyViewItem, PropertyItem)

    Declaration
    void Attach(PropertyViewItem property, PropertyItem info)
    Parameters
    Type Name Description
    PropertyViewItem property
    PropertyItem info

    Create(PropertyInfo)

    Declaration
    object Create(PropertyInfo PropertyInfo)
    Parameters
    Type Name Description
    System.Reflection.PropertyInfo PropertyInfo
    Returns
    Type Description
    System.Object

    Detach(PropertyViewItem)

    Represents the Detach method

    Declaration
    void Detach(PropertyViewItem property)
    Parameters
    Type Name Description
    PropertyViewItem property
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved