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

表格分组列 更多...

类 FineUICore.GroupField 继承关系图:
FineUICore.GridColumn FineUICore.ControlBase

属性

virtual GridColumnCollection Columns [get]
 列数据
 
- 属性 继承自 FineUICore.GridColumn
Grid Grid [get]
 表格对象
 
override JObject Attributes [get, set]
 HTML标签属性
 
int ColumnIndex [get]
 列索引
 
int? ColumnOrder [get, set]
 列顺序
 
GridFilter Filter [get, set]
 过滤
 
bool EnableFilter [get, set]
 允许过滤
 
virtual bool EnableResize [get, set]
 是否可以改变列宽度
 
string SortField [get, set]
 排序字段
 
virtual ? bool EnableLock [get, set]
 允许锁定
 
virtual bool Locked [get, set]
 是否处于锁定状态
 
string ColumnID [get, set]
 列ID
 
string HeaderCssClass [get, set]
 标题栏样式类
 
string HeaderText [get, set]
 标题栏文字
 
string HeaderToolTip [get, set]
 标题栏文字的提示文本
 
ToolTipType HeaderToolTipType [get, set]
 标题栏文字的提示文本类型
 
ToolTipPosition HeaderToolTipPosition [get, set]
 标题栏文字的提示文本位置
 
virtual ? int Width [get, set]
 列宽度
 
virtual ? int MinWidth [get, set]
 最小列宽度
 
virtual ? int MaxWidth [get, set]
 最大列宽度
 
int BoxFlex [get, set]
 控制子控件的尺寸(表格列使用HBox布局)
 
bool ExpandUnusedSpace [get, set]
 此列会扩展所有未使用的宽度
 
TextAlign TextAlign [get, set]
 文本的排列位置
 
TextAlign HeaderTextAlign [get, set]
 标题文本的排列位置
 
virtual bool EnableHeaderMenu [get, set]
 启用表头菜单
 
virtual bool EnableColumnHide [get, set]
 启用表头菜单的隐藏列功能
 
- 属性 继承自 FineUICore.ControlBase
string ProductName [get]
 产品名称
 
virtual string ProductVersion [get]
 产品版本
 
virtual JObject Attributes [get, set]
 HTML标签属性
 
string AttributeDataTag [get, set]
 HTML标签属性(data-tag)
 
string WrapperID [get]
 控件外部容器的客户端ID(比如:Button1_wrapper)
 
string ID [get, set]
 控件ID
 
virtual bool Enabled [get, set]
 是否可用
 
virtual bool Hidden [get, set]
 是否隐藏控件
 
virtual HideMode HideMode [get, set]
 隐藏模式
 
bool IsFineUIAjaxPostBack [get]
 是否处于FineUI的AJAX回发过程
 
bool IsFineUICoreAjaxPostBack [get]
 是否处于FineUI的AJAX回发过程
 
virtual ListenerCollection Listeners [get, set]
 客户端事件列表
 
virtual EventCollection Events [get, set]
 服务端事件列表
 

额外继承的成员函数

- Public 成员函数 继承自 FineUICore.ControlBase
 ControlBase ()
 构造函数
 
bool PropertyModified (string propertyName)
 回发过程中此属性是否被改变
 
bool PropertyModified (params string[] propertyNames)
 回发过程中这些属性是否被改变
 
string GetPostBackEventReference ()
 获取回发页面的客户端脚本
 
string GetPostBackEventReference (string action)
 获取回发页面的客户端脚本
 
string GetPostBackEventReference (string action, ParameterCollection parameters)
 获取回发页面的客户端脚本
 
string GetPostBackEventReference (Event evt)
 获取回发页面的客户端脚本
 
virtual string GetHideReference ()
 获取隐藏控件的客户端脚本
 
virtual string GetShowReference ()
 获取显示控件的客户端脚本
 

详细描述

表格分组列

属性说明

◆ Columns

virtual GridColumnCollection FineUICore.GroupField.Columns
get

列数据


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