FineUICore
8.0.0
企业级 ASP.NET Core 控件库
|
表格分组列 更多...
属性 | |
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? | 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) |
获取回发页面的客户端脚本 更多... | |
表格分组列
|
get |
列数据