Table of Contents

Class ItemsSourcePropertyItem<T>

Namespace
H.Controls.Form.PropertyItems.Base
Assembly
H.Controls.Form.dll
public abstract class ItemsSourcePropertyItem<T> : ObjectPropertyItem<T>, INotifyPropertyChanged, IDisplayBindable, IIconable, INameable, IOrderable, IGroupable, IDable, IDescriptionable, IPropertyItem, IValueChangeable, IBindingVisibleable, IRefreshOnValueChanged, IDataErrorInfo, IDisposable

Type Parameters

T
Inheritance
ItemsSourcePropertyItem<T>
Implements
Inherited Members
Extension Methods

Constructors

ItemsSourcePropertyItem(PropertyInfo, object)

public ItemsSourcePropertyItem(PropertyInfo property, object obj)

Parameters

property PropertyInfo
obj object

Properties

Collection

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

Property Value

ObservableCollection<T>