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 |
|---|
| PropertyItem |