Class MultiListBoxPropertyItemDemoModel
- Namespace
- H.Controls.Form.PropertyItem
- Assembly
- H.Controls.Form.PropertyItem.dll
public class MultiListBoxPropertyItemDemoModel : SourcePropertyItemDemoModel
- Inheritance
-
MultiListBoxPropertyItemDemoModel
- Inherited Members
- Extension Methods
Constructors
MultiListBoxPropertyItemDemoModel()
public MultiListBoxPropertyItemDemoModel()
Properties
SelectItems
[Display(Name = "MultiListBoxPropertyItem", Description = "演示应用PropertyItemAttribute自定义显示样式")]
[PropertyNameSourcePropertyItem(typeof(MultiListBoxPropertyItem), "SelectSource")]
public IList<string> SelectItems { get; set; }