Class FormPropertyItemDemoModel
- Namespace
- H.Controls.Form.PropertyItem
- Assembly
- H.Controls.Form.PropertyItem.dll
public class FormPropertyItemDemoModel : SourcePropertyItemDemoModel
- Inheritance
-
FormPropertyItemDemoModel
- Inherited Members
- Extension Methods
Properties
DemoModelItem
[Display(Name = "FormPropertyItem", Description = "演示应用PropertyItemAttribute自定义显示样式")]
[PropertyItem(typeof(FormPropertyItem))]
public DemoModelItem DemoModelItem { get; set; }
Property Value
DemoModelItemDefault
[Display(Name = "Default", Description = "演示应用PropertyItemAttribute自定义显示样式")]
public DemoModelItem DemoModelItemDefault { get; set; }
Property Value
DemoModelItemExpander
[Display(Name = "ExpanderFormPropertyItem", Description = "演示应用PropertyItemAttribute自定义显示样式")]
[PropertyItem(typeof(ExpanderFormPropertyItem))]
public DemoModelItem DemoModelItemExpander { get; set; }
Property Value
Name
[Display(Name = "名称")]
public string Name { get; set; }
Property Value
Value
[Display(Name = "值")]
public string Value { get; set; }