Class SelectSourcePropertyItem<T>
- Namespace
- H.Controls.Form.PropertyItem.Base
- Assembly
- H.Controls.Form.PropertyItem.dll
public abstract class SelectSourcePropertyItem<T> : ObjectPropertyItem<T>, INotifyPropertyChanged, IDisplayBindable, IIconable, INameable, IOrderable, IGroupable, IDable, IDescriptionable, IPropertyItem, IValueChangeable, IBindingVisibleable, IRefreshOnValueChanged, IDataErrorInfo, IDisposable
Type Parameters
T
- Inheritance
-
SelectSourcePropertyItem<T>
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
SelectSourcePropertyItem(PropertyInfo, object)
public SelectSourcePropertyItem(PropertyInfo property, object obj)
Parameters
property
PropertyInfoobj
object
Properties
Collection
public ObservableCollection<T> Collection { get; set; }
Property Value
Methods
CreateSource()
protected virtual IEnumerable<T> CreateSource()
Returns
- IEnumerable<T>