Class ObjectPropertyItem
- Namespace
- HeBianGu.Control.PropertyGrid
- Assembly
- HeBianGu.Control.PropertyGrid.dll
类型基类
public abstract class ObjectPropertyItem : DisplayerViewModelBase, INotifyPropertyChanged, IDisplayer, IPropertyItem
- Inheritance
-
ObjectPropertyItem
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
ObjectPropertyItem(PropertyInfo, object)
public ObjectPropertyItem(PropertyInfo property, object obj)
Parameters
property
PropertyInfoobj
object
Properties
Obj
public object Obj { get; set; }
Property Value
PropertyInfo
public PropertyInfo PropertyInfo { get; set; }
Property Value
ReadOnly
public bool ReadOnly { get; set; }
Property Value
TabGroup
public string TabGroup { get; set; }
Property Value
Unit
public string Unit { get; set; }
Property Value
ValueChanged
public Action<object> ValueChanged { get; set; }
Property Value
Vip
public int Vip { get; set; }
Property Value
Visibility
public Visibility Visibility { get; set; }
Property Value
Methods
LoadValue()
从实体中加载数据到页面
public abstract void LoadValue()