menu

WPF

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

    Show / Hide Table of Contents

    Interface ITypeCustomEditor

    Represents the interface ITypeCustomEditor

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

    Properties

    Editor

    Get and set the Editor

    Declaration
    ITypeEditor Editor { get; set; }
    Property Value
    Type
    ITypeEditor

    EditorType

    Gets or sets the value that represents the type of the editor for the properties configured.

    Declaration
    Type EditorType { get; set; }
    Property Value
    Type Description
    System.Type

    Default value is null.

    Remarks

    New editor instance is created for each properties configured. When both EditorType and Editor is specified, EditorType property has more precedence then Editor property. Use Editor to configure same editor for specified properties.

    HasPropertyType

    Get and set the HasPropertyType

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

    Properties

    Get and set the Properties values

    Declaration
    ObservableCollection<string> Properties { get; set; }
    Property Value
    Type
    System.Collections.ObjectModel.ObservableCollection<System.String>

    PropertyType

    Get and set the PropertyType

    Declaration
    Type PropertyType { get; set; }
    Property Value
    Type
    System.Type
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved