Table of Contents

Class SelectSourcePropertyItem<T>

Namespace
HeBianGu.Control.PropertyGrid
Assembly
HeBianGu.Control.PropertyGrid.dll
public abstract class SelectSourcePropertyItem<T> : ObjectPropertyItem<object>, INotifyPropertyChanged, IDisplayer, IPropertyItem, IDataErrorInfo

Type Parameters

T
Inheritance
SelectSourcePropertyItem<T>
Implements
Derived
Inherited Members
Extension Methods

Constructors

SelectSourcePropertyItem(PropertyInfo, object)

public SelectSourcePropertyItem(PropertyInfo property, object obj)

Parameters

property PropertyInfo
obj object

Properties

Collection

说明

public ObservableCollection<T> Collection { get; set; }

Property Value

ObservableCollection<T>

Methods

CreateSource()

protected virtual IEnumerable<T> CreateSource()

Returns

IEnumerable<T>