[]
        
(Showing Draft Content)

GrapeCity.Forguncy.Plugin.ListPropertyItemSettingAttribute

类 ListPropertyItemSettingAttribute

给 ListPropertyAttribute 或 FlatListPropertyAttribute 的项目上的一个属性标注。指定列特性

继承
object
System.Attribute
ListPropertyItemSettingAttribute
命名空间: GrapeCity.Forguncy.Plugin
程序集: GrapeCity.Forguncy.Plugin.dll
语法
public class ListPropertyItemSettingAttribute : Attribute

构造函数

ListPropertyItemSettingAttribute()

给 ListPropertyAttribute 或 FlatListPropertyAttribute 的项目上的一个属性标注。指定列特性

声明
public ListPropertyItemSettingAttribute()

属性

DefaultName

项目的值

声明
public virtual string DefaultName { get; set; }
属性值
类型 描述
string

DefaultWidth

默认宽度

声明
public int DefaultWidth { get; set; }
属性值
类型 描述
int

IsUnique

此列的值不允许重复

声明
public bool IsUnique { get; set; }
属性值
类型 描述
bool