Class ComboboxRepositoryPropertyItem
- Namespace
- HeBianGu.Systems.Repository
- Assembly
- HeBianGu.Systems.Repository.dll
public class ComboboxRepositoryPropertyItem : ObjectPropertyItem<object>, INotifyPropertyChanged, IDisplayer, IPropertyItem, IDataErrorInfo
- Inheritance
-
ComboboxRepositoryPropertyItem
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
ComboboxRepositoryPropertyItem(PropertyInfo, object)
public ComboboxRepositoryPropertyItem(PropertyInfo property, object obj)
Parameters
property
PropertyInfoobj
object
Properties
ItemsSource
说明
public IEnumerable ItemsSource { get; set; }