Class ItemsSourcePropertyItem<T>
- Namespace
- HeBianGu.Control.PropertyGrid
- Assembly
- HeBianGu.Control.PropertyGrid.dll
public abstract class ItemsSourcePropertyItem<T> : ObjectPropertyItem<T>, INotifyPropertyChanged, IDisplayer, IPropertyItem, IDataErrorInfo
Type Parameters
T
- Inheritance
-
ItemsSourcePropertyItem<T>
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
ItemsSourcePropertyItem(PropertyInfo, object)
public ItemsSourcePropertyItem(PropertyInfo property, object obj)
Parameters
property
PropertyInfoobj
object
Properties
Collection
说明
public ObservableCollection<T> Collection { get; set; }