Table of Contents

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

Properties

Obj

public object Obj { get; set; }

Property Value

object

PropertyInfo

public PropertyInfo PropertyInfo { get; set; }

Property Value

PropertyInfo

ReadOnly

public bool ReadOnly { get; set; }

Property Value

bool

TabGroup

public string TabGroup { get; set; }

Property Value

string

Unit

public string Unit { get; set; }

Property Value

string

ValueChanged

public Action<object> ValueChanged { get; set; }

Property Value

Action<object>

Vip

public int Vip { get; set; }

Property Value

int

Visibility

public Visibility Visibility { get; set; }

Property Value

Visibility

Methods

LoadValue()

从实体中加载数据到页面

public abstract void LoadValue()