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

表格列基类 更多...

类 FineUICore.GridColumn 继承关系图:
FineUICore.ControlBase FineUICore.GroupField FineUICore.RenderBaseField FineUICore.RowNumberField FineUICore.RenderCheckField FineUICore.RenderField

属性

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)
 获取回发页面的客户端脚本
 

详细描述

表格列基类

属性说明

◆ Attributes

override JObject FineUICore.GridColumn.Attributes
getset

HTML标签属性

◆ BoxFlex

int FineUICore.GridColumn.BoxFlex
getset

控制子控件的尺寸(表格列使用HBox布局)

◆ ColumnID

string FineUICore.GridColumn.ColumnID
getset

列ID

◆ ColumnIndex

int FineUICore.GridColumn.ColumnIndex
get

列索引

◆ ColumnOrder

int? FineUICore.GridColumn.ColumnOrder
getset

列顺序

◆ EnableColumnHide

virtual bool FineUICore.GridColumn.EnableColumnHide
getset

启用表头菜单的隐藏列功能

◆ EnableFilter

bool FineUICore.GridColumn.EnableFilter
getset

允许过滤

◆ EnableHeaderMenu

virtual bool FineUICore.GridColumn.EnableHeaderMenu
getset

启用表头菜单

◆ EnableLock

virtual ? bool FineUICore.GridColumn.EnableLock
getset

允许锁定

◆ EnableResize

virtual bool FineUICore.GridColumn.EnableResize
getset

是否可以改变列宽度

◆ ExpandUnusedSpace

bool FineUICore.GridColumn.ExpandUnusedSpace
getset

此列会扩展所有未使用的宽度

◆ Filter

GridFilter FineUICore.GridColumn.Filter
getset

过滤

◆ Grid

Grid FineUICore.GridColumn.Grid
get

表格对象

◆ HeaderCssClass

string FineUICore.GridColumn.HeaderCssClass
getset

标题栏样式类

◆ HeaderText

string FineUICore.GridColumn.HeaderText
getset

标题栏文字

◆ HeaderTextAlign

TextAlign FineUICore.GridColumn.HeaderTextAlign
getset

标题文本的排列位置

◆ HeaderToolTip

string FineUICore.GridColumn.HeaderToolTip
getset

标题栏文字的提示文本

◆ HeaderToolTipPosition

ToolTipPosition FineUICore.GridColumn.HeaderToolTipPosition
getset

标题栏文字的提示文本位置

◆ HeaderToolTipType

ToolTipType FineUICore.GridColumn.HeaderToolTipType
getset

标题栏文字的提示文本类型

◆ Locked

virtual bool FineUICore.GridColumn.Locked
getset

是否处于锁定状态

◆ MaxWidth

virtual ? int FineUICore.GridColumn.MaxWidth
getset

最大列宽度

◆ MinWidth

virtual ? int FineUICore.GridColumn.MinWidth
getset

最小列宽度

◆ SortField

string FineUICore.GridColumn.SortField
getset

排序字段

◆ TextAlign

TextAlign FineUICore.GridColumn.TextAlign
getset

文本的排列位置

◆ Width

virtual ? int FineUICore.GridColumn.Width
getset

列宽度


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