Table of Contents

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 PropertyInfo
obj object

Methods

CheckType(object, out string)

验证数据类型是否合法

protected override bool CheckType(object value, out string error)

Parameters

value object
error string

Returns

bool

SetValue(object)

protected override void SetValue(object value)

Parameters

value object