Table of Contents

Class PropertyGroupItem

Namespace
HeBianGu.Control.PropertyGrid
Assembly
HeBianGu.Control.PropertyGrid.dll
public class PropertyGroupItem : NotifyPropertyChangedBase, INotifyPropertyChanged
Inheritance
PropertyGroupItem
Implements
Inherited Members
Extension Methods

Properties

Name

public string Name { get; set; }

Property Value

string

PropertyItems

说明

public ObservableCollection<IPropertyItem> PropertyItems { get; set; }

Property Value

ObservableCollection<IPropertyItem>