Class SelectSourcePropertyItem
- Namespace
- HeBianGu.Control.PropertyGrid
- Assembly
- HeBianGu.Control.PropertyGrid.dll
public class SelectSourcePropertyItem : SelectSourcePropertyItem<object>, INotifyPropertyChanged, IDisplayer, IPropertyItem, IDataErrorInfo
- Inheritance
-
SelectSourcePropertyItem
- Implements
- Inherited Members
- Extension Methods
Constructors
SelectSourcePropertyItem(PropertyInfo, object)
public SelectSourcePropertyItem(PropertyInfo property, object obj)
Parameters
property
PropertyInfoobj
object
Methods
CheckType(object, out string)
验证数据类型是否合法
protected override bool CheckType(object value, out string error)
Parameters
Returns
SetValue(object)
protected override void SetValue(object value)
Parameters
value
object