Table of Contents

Class EnumerablePropertyItemDemoModel

Namespace
H.Controls.Form.PropertyItem
Assembly
H.Controls.Form.PropertyItem.dll
public class EnumerablePropertyItemDemoModel : SourcePropertyItemDemoModel
Inheritance
EnumerablePropertyItemDemoModel
Inherited Members
Extension Methods

Constructors

EnumerablePropertyItemDemoModel()

public EnumerablePropertyItemDemoModel()

Properties

SelectItems

[Display(Name = "EnumerablePropertyItem", Description = "演示应用PropertyItemAttribute自定义显示样式")]
[PropertyItem(typeof(EnumerablePropertyItem))]
public IList<DemoModelItem> SelectItems { get; set; }

Property Value

IList<DemoModelItem>

SelectItemsDefault

[Display(Name = "Default", Description = "演示应用PropertyItemAttribute自定义显示样式")]
public IList<DemoModelItem> SelectItemsDefault { get; set; }

Property Value

IList<DemoModelItem>