FineUIPro 10.0
企业级 ASP.NET UI 控件库
载入中...
搜索中...
未找到
FineUIPro.GridPreRowEventArgs类 参考

表格行预绑定事件参数 更多...

继承自 EventArgs .

Public 成员函数

 GridPreRowEventArgs (object dataItem, int rowIndex)
 构造函数
 

属性

bool Cancelled [get, set]
 是否取消添加当前行
 
object DataItem [get]
 行数据源(如果数据源为DataTable,则DataItem为DataRowView)
 
int RowIndex [get]
 行索引
 

详细描述

表格行预绑定事件参数

构造及析构函数说明

◆ GridPreRowEventArgs()

FineUIPro.GridPreRowEventArgs.GridPreRowEventArgs ( object  dataItem,
int  rowIndex 
)

构造函数

参数
dataItem行数据源
rowIndex行索引

属性说明

◆ Cancelled

bool FineUIPro.GridPreRowEventArgs.Cancelled
getset

是否取消添加当前行

◆ DataItem

object FineUIPro.GridPreRowEventArgs.DataItem
get

行数据源(如果数据源为DataTable,则DataItem为DataRowView)

◆ RowIndex

int FineUIPro.GridPreRowEventArgs.RowIndex
get

行索引


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