[]
给 ListPropertyAttribute 或 FlatListPropertyAttribute 的项目上的一个属性标注。指定列特性
public class ListPropertyItemSettingAttribute : Attribute
给 ListPropertyAttribute 或 FlatListPropertyAttribute 的项目上的一个属性标注。指定列特性
public ListPropertyItemSettingAttribute()
项目的值
public virtual string DefaultName { get; set; }
类型 | 描述 |
---|---|
string |
默认宽度
public int DefaultWidth { get; set; }
类型 | 描述 |
---|---|
int |
此列的值不允许重复
public bool IsUnique { get; set; }
类型 | 描述 |
---|---|
bool |