Class TextPropertyItemDemoModel
- Namespace
- H.Controls.Form.PropertyItem
- Assembly
- H.Controls.Form.PropertyItem.dll
public class TextPropertyItemDemoModel
- Inheritance
-
TextPropertyItemDemoModel
- Inherited Members
- Extension Methods
Properties
Password
[Display(Name = "PasswordTextPropertyItem", Description = "演示应用PropertyItemAttribute自定义显示样式")]
[PropertyItem(typeof(PasswordTextPropertyItem))]
public string Password { get; set; }
Property Value
Path
[Display(Name = "OpenFileDialogPropertyItem", Description = "演示应用PropertyItemAttribute自定义显示样式")]
[PropertyItem(typeof(OpenFileDialogPropertyItem))]
public string Path { get; set; }
Property Value
Path1
[Display(Name = "OpenDeleteSystemPathTextPropertyItem", Description = "演示应用PropertyItemAttribute自定义显示样式")]
[PropertyItem(typeof(OpenDeleteSystemPathTextPropertyItem))]
public string Path1 { get; set; }
Property Value
Path2
[Display(Name = "DeleteSystemPathTextPropertyItem", Description = "演示应用PropertyItemAttribute自定义显示样式")]
[PropertyItem(typeof(DeleteSystemPathTextPropertyItem))]
public string Path2 { get; set; }
Property Value
Path3
[Display(Name = "OpenSystemPathTextPropertyItem", Description = "演示应用PropertyItemAttribute自定义显示样式")]
[PropertyItem(typeof(OpenSystemPathTextPropertyItem))]
public string Path3 { get; set; }