[]
用于标注列表类型的属性,被标注属性的类型必须是泛型List
public class ListPropertyAttribute : HyperlinkEditorPropertyAttribute
用于标注列表类型的属性,被标注属性的类型必须是泛型List
public ListPropertyAttribute()
列表中元素的最大个数,为-1表示不限制最大个数。默认值为-1
public int MaxCount { get; set; }
类型 | 描述 |
---|---|
int |
列表中元素的最小个数
public int MinCount { get; set; }
类型 | 描述 |
---|---|
int |
使用物理单位滚动
public bool UsePhysicalUnitScroll { get; set; }
类型 | 描述 |
---|---|
bool |