跳转至

ListViewCustomCell

类名:ListViewCustomCell

说明:自定义列单元格

属性

名称 说明
SchemaCode 表单编码
ObjectId 表单数据项的唯一标识(ObjectId)
DisplayListLinkOnForm 是否在表单中显示列表链接
Parameters 其他参数,类型为 Dictionary<string, string>
Color 标签颜色,类型为 H3.SmartForm.Color 枚举。
Value 显示的
IsCustom 是否自定义

构造方法

方法定义

```javascript ///

/// 自定义列表单元格 /// /// /// public ListViewCustomCell(object value, Color color);

public ListViewCustomCell(object value, string schemaCode, string objectId);