FineUICore 10.0
企业级 ASP.NET Core 控件库
载入中...
搜索中...
未找到
FineUICore.GridRow类 参考

表格行 更多...

Public 成员函数

 GridRow ()
 构造函数
 
 GridRow (Grid grid, object dataItem, int rowIndex)
 构造函数
 

属性

Grid Grid [get]
 表格实例
 
object DataItem [get, set]
 本行对应的数据源(仅在数据绑定时存在,页面回发时为空)
 
int RowIndex [get, set]
 第几行
 
object[] Values [get, set]
 此行的状态信息
 
bool? TreeNodeCheckBox [get, set]
 此行是否显示复选框(仅适用于树表格)
 
bool? TreeNodeChecked [get, set]
 此行是否选中(仅适用于树表格)
 
bool? TreeNodeExpanded [get, set]
 此行是否展开(仅适用于树表格)
 
bool? TreeNodeLeaf [get, set]
 此行是否叶子节点(仅适用于树表格)
 
string TreeNodeIconUrl [get, set]
 图标地址(仅适用于树表格)
 
Icon TreeNodeIcon [get, set]
 预定义图标(仅适用于树表格)
 
IconFont TreeNodeIconFont [get, set]
 预定义图标字体(仅适用于树表格)
 
string TreeNodeIconFontClass [get, set]
 自定义图标字体的样式类(仅适用于树表格)
 

详细描述

表格行

构造及析构函数说明

◆ GridRow() [1/2]

FineUICore.GridRow.GridRow ( )

构造函数

◆ GridRow() [2/2]

FineUICore.GridRow.GridRow ( Grid  grid,
object  dataItem,
int  rowIndex 
)

构造函数

参数
grid表格实例
dataItem行对应的数据源(在回发时为null)
rowIndex行序号

属性说明

◆ DataItem

object FineUICore.GridRow.DataItem
getset

本行对应的数据源(仅在数据绑定时存在,页面回发时为空)

◆ Grid

Grid FineUICore.GridRow.Grid
get

表格实例

◆ RowIndex

int FineUICore.GridRow.RowIndex
getset

第几行

◆ TreeNodeCheckBox

bool? FineUICore.GridRow.TreeNodeCheckBox
getset

此行是否显示复选框(仅适用于树表格)

◆ TreeNodeChecked

bool? FineUICore.GridRow.TreeNodeChecked
getset

此行是否选中(仅适用于树表格)

◆ TreeNodeExpanded

bool? FineUICore.GridRow.TreeNodeExpanded
getset

此行是否展开(仅适用于树表格)

◆ TreeNodeIcon

Icon FineUICore.GridRow.TreeNodeIcon
getset

预定义图标(仅适用于树表格)

◆ TreeNodeIconFont

IconFont FineUICore.GridRow.TreeNodeIconFont
getset

预定义图标字体(仅适用于树表格)

◆ TreeNodeIconFontClass

string FineUICore.GridRow.TreeNodeIconFontClass
getset

自定义图标字体的样式类(仅适用于树表格)

◆ TreeNodeIconUrl

string FineUICore.GridRow.TreeNodeIconUrl
getset

图标地址(仅适用于树表格)

◆ TreeNodeLeaf

bool? FineUICore.GridRow.TreeNodeLeaf
getset

此行是否叶子节点(仅适用于树表格)

◆ Values

object [] FineUICore.GridRow.Values
getset

此行的状态信息


该类的文档由以下文件生成: