FineUICore  8.0.0
企业级 ASP.NET Core 控件库
FineUICore.GridColumn类 参考

表格列基类 更多...

类 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? 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 HideModeHideMode [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

表格对象

◆ 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

列宽度


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