FineUIPro 12.1.0
全栈 ASP.NET 低代码开发框架
|
表格行绑定事件参数 更多...
Public 成员函数 | |
GridRowEventArgs (GridRow row) | |
构造函数 | |
object | GetCellValue (string columnID) |
获取本行中某个单元格的值 | |
void | SetCellValue (string columnID, object value) |
设置本行中某个单元格的值 | |
string | GetCellCssClass (string columnID) |
获取本行中某个单元格的样式类 | |
void | SetCellCssClass (string columnID, string cellCssClass) |
设置本行中某个单元格的样式类 | |
string | GetCellAttribute (string columnID, string attrKey) |
获取本行中某个单元格的属性 | |
void | SetCellAttribute (string columnID, string attrKey, string attrValue) |
设置本行中某个单元格的属性 | |
属性 | |
GridRow | Row [get] |
当前行 | |
JObject[] | CellAttributes [get] |
此行单元格的属性 | |
string[] | CellCssClasses [get] |
此行单元格的样式类 | |
string | RowCssClass [get, set] |
此行的样式类 | |
JObject | RowAttributes [get, set] |
此行的属性 | |
bool | RowSelectable [get, set] |
此行是否可选中 | |
object[] | Values [get] |
本行各列的值(渲染后的HTML片段) | |
object | DataItem [get] |
行数据源 | |
int | RowIndex [get] |
行索引 | |
string | RowID [get] |
行ID | |
string | RowText [get] |
行文本 | |
string | RowParentID [get] |
行父节点ID | |
bool? | TreeNodeCheckBoxDisabled [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] |
自定义图标字体的样式类(仅适用于树表格) | |
表格行绑定事件参数
FineUIPro.GridRowEventArgs.GridRowEventArgs | ( | GridRow | row | ) |
构造函数
row | 行 |
string FineUIPro.GridRowEventArgs.GetCellAttribute | ( | string | columnID, |
string | attrKey ) |
获取本行中某个单元格的属性
columnID | 列标识符(对应于列的ColumnID属性) |
attrKey | 单元格的属性键 |
string FineUIPro.GridRowEventArgs.GetCellCssClass | ( | string | columnID | ) |
获取本行中某个单元格的样式类
columnID | 列标识符(对应于列的ColumnID属性) |
object FineUIPro.GridRowEventArgs.GetCellValue | ( | string | columnID | ) |
获取本行中某个单元格的值
columnID | 列标识符(对应于列的ColumnID属性) |
void FineUIPro.GridRowEventArgs.SetCellAttribute | ( | string | columnID, |
string | attrKey, | ||
string | attrValue ) |
设置本行中某个单元格的属性
columnID | 列标识符(对应于列的ColumnID属性) |
attrKey | 单元格的属性键 |
attrValue | 单元格的属性值 |
void FineUIPro.GridRowEventArgs.SetCellCssClass | ( | string | columnID, |
string | cellCssClass ) |
设置本行中某个单元格的样式类
columnID | 列标识符(对应于列的ColumnID属性) |
cellCssClass | 单元格的样式类 |
void FineUIPro.GridRowEventArgs.SetCellValue | ( | string | columnID, |
object | value ) |
设置本行中某个单元格的值
columnID | 列标识符(对应于列的ColumnID属性) |
value | 单元格的值 |
|
get |
此行单元格的属性
|
get |
此行单元格的样式类
|
get |
行数据源
|
get |
当前行
|
getset |
此行的属性
|
getset |
此行的样式类
|
get |
行ID
|
get |
行索引
|
get |
行父节点ID
|
getset |
此行是否可选中
|
get |
行文本
|
getset |
此行是否显示复选框(仅适用于树表格)
|
getset |
是否禁用复选框(仅适用于树表格)
|
getset |
此行是否选中(仅适用于树表格)
|
getset |
此行是否展开(仅适用于树表格)
|
getset |
预定义图标(仅适用于树表格)
|
getset |
预定义图标字体(仅适用于树表格)
|
getset |
自定义图标字体的样式类(仅适用于树表格)
|
getset |
图标地址(仅适用于树表格)
|
getset |
此行是否展开(仅适用于树表格)
|
get |
本行各列的值(渲染后的HTML片段)