Class PropertyCategoryViewItemCollection
Represents the PropertyCategoryViewItemCollection
Inheritance
System.Object
PropertyCategoryViewItemCollection
Namespace: Syncfusion.Windows.PropertyGrid
Assembly: Syncfusion.PropertyGrid.Wpf.dll
Syntax
public class PropertyCategoryViewItemCollection : Object
Constructors
PropertyCategoryViewItemCollection()
Initializes a new instance of the PropertyCategoryViewItemCollection class.
Declaration
public PropertyCategoryViewItemCollection()
Properties
Category
Get and set the Category property
Declaration
public string Category { get; set; }
Property Value
Type |
---|
System.String |
Properties
Get and Set the collection of Properties property
Declaration
public ObservableCollection<object> Properties { get; set; }
Property Value
Type |
---|
System.Collections.ObjectModel.ObservableCollection<System.Object> |