menu

WPF

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

    Show / Hide Table of Contents

    Class CustomEditorCollection

    Represents the CustomEditorCollection class

    Inheritance
    System.Object
    CustomEditorCollection
    Namespace: Syncfusion.Windows.PropertyGrid
    Assembly: Syncfusion.PropertyGrid.Wpf.dll
    Syntax
    public class CustomEditorCollection : ObservableCollection<CustomEditor>

    Constructors

    CustomEditorCollection()

    Declaration
    public CustomEditorCollection()

    Properties

    Item[String, Type]

    Declaration
    public ITypeCustomEditor this[string PropertyName, Type PropertyType] { get; }
    Parameters
    Type Name Description
    System.String PropertyName
    System.Type PropertyType
    Property Value
    Type
    ITypeCustomEditor

    Item[Type]

    Get the ITypeCustomEditor

    Declaration
    public ITypeCustomEditor this[Type PropertyType] { get; }
    Parameters
    Type Name Description
    System.Type PropertyType
    Property Value
    Type
    ITypeCustomEditor
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved