[Display(Name = "MethodNameSourcePropertyItem", Description = "演示应用PropertyItemAttribute自定义显示样式")]
[MethodNameSourcePropertyItem(typeof(ListBoxPropertyItem), "GetModelItemSource")]
public DemoModelItem FormSelectItem { get; set; }
[Display(Name = "EnumSourcePropertyItem", Description = "演示应用PropertyItemAttribute自定义显示样式")]
[EnumSourcePropertyItem(typeof(ListBoxPropertyItem))]
public HorizontalAlignment HorizontalAlignment { get; set; }
[Display(Name = "ListBoxPropertyItem", Description = "演示应用PropertyItemAttribute自定义显示样式")]
[PropertyNameSourcePropertyItem(typeof(ListBoxPropertyItem), "SelectSource")]
public string SelectItem { get; set; }