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

表格配置参数 更多...

属性

string DataIDField [get, set]
 行数据标识字段名
 
string DataTextField [get, set]
 行数据文本字段名
 
bool EnableCheckBoxSelect [get, set]
 启用多选框
 
bool EnableMultiSelect [get, set]
 启用多行选择(默认为true)
 
bool AllowColumnLocking [get, set]
 允许列锁定
 

详细描述

表格配置参数

属性说明

◆ AllowColumnLocking

bool FineUICore.GridConfigOptions.AllowColumnLocking
getset

允许列锁定

◆ DataIDField

string FineUICore.GridConfigOptions.DataIDField
getset

行数据标识字段名

◆ DataTextField

string FineUICore.GridConfigOptions.DataTextField
getset

行数据文本字段名

◆ EnableCheckBoxSelect

bool FineUICore.GridConfigOptions.EnableCheckBoxSelect
getset

启用多选框

◆ EnableMultiSelect

bool FineUICore.GridConfigOptions.EnableMultiSelect
getset

启用多行选择(默认为true)


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