WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PropertyItemCollection

    Show / Hide Table of Contents

    Class PropertyItemCollection

    Represents PropertyItemCollection class

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

    Constructors

    PropertyItemCollection()

    Declaration
    public PropertyItemCollection()

    Properties

    Item[String]

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