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
PropertyItems
说明
public ObservableCollection<IPropertyItem> PropertyItems { get; set; }