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

表格行命令 更多...

Public 成员函数

 GridCommand ()
 构造函数
 

属性

string CssClass [get, set]
 样式类名
 
string Text [get, set]
 文本
 
string CommandName [get, set]
 命令名称
 
string CommandArgument [get, set]
 命令参数
 
bool Enabled = true [get, set]
 是否可用
 
bool Hidden = false [get, set]
 是否隐藏
 
IconFont IconFont = IconFont.None [get, set]
 预定义图标字体
 
string IconFontClass [get, set]
 自定义图标字体的样式类
 
Icon Icon = Icon.None [get, set]
 预定义图标
 
string IconUrl [get, set]
 图标地址
 
string ConfirmTitle [get, set]
 确认对话框标题
 
string ConfirmText [get, set]
 确认对话框内容
 
MessageBoxIcon ConfirmIcon = MessageBoxIcon.Warning [get, set]
 确认对话框提示图标
 
Target ConfirmTarget = Target.Self [get, set]
 确认对话框弹出位置
 
string ToolTip [get, set]
 提示文本
 
ToolTipType ToolTipType = ToolTipType.Qtip [get, set]
 提示文本类型
 
ToolTipPosition ToolTipPosition = ToolTipPosition.Undefined [get, set]
 提示文本的位置
 
string WindowID [get, set]
 对应的窗体控件ID
 
string[] WindowTitleFields [get, set]
 窗体标题对应的字段名称列表
 
string WindowTitleFormatString [get, set]
 窗体标题对应的字段格式化字符串
 
string WindowTitle [get, set]
 窗体标题
 
string[] WindowIFrameUrlFields [get, set]
 绑定到窗体内联页面地址的字段名称列表
 
string WindowIFrameUrlFormatString [get, set]
 绑定到窗体内联页面地址的字段格式化字符串
 
bool WindowIFrameUrlEncode = true [get, set]
 是否对每个绑定到窗体内联页面地址的字段进行URL编码(默认为true)
 
string WindowIFrameUrl [get, set]
 窗体内联页面地址
 

详细描述

表格行命令

构造及析构函数说明

◆ GridCommand()

FineUICore.GridCommand.GridCommand ( )

构造函数

属性说明

◆ CommandArgument

string FineUICore.GridCommand.CommandArgument
getset

命令参数

◆ CommandName

string FineUICore.GridCommand.CommandName
getset

命令名称

◆ ConfirmIcon

MessageBoxIcon FineUICore.GridCommand.ConfirmIcon = MessageBoxIcon.Warning
getset

确认对话框提示图标

◆ ConfirmTarget

Target FineUICore.GridCommand.ConfirmTarget = Target.Self
getset

确认对话框弹出位置

◆ ConfirmText

string FineUICore.GridCommand.ConfirmText
getset

确认对话框内容

◆ ConfirmTitle

string FineUICore.GridCommand.ConfirmTitle
getset

确认对话框标题

◆ CssClass

string FineUICore.GridCommand.CssClass
getset

样式类名

◆ Enabled

bool FineUICore.GridCommand.Enabled = true
getset

是否可用

◆ Hidden

bool FineUICore.GridCommand.Hidden = false
getset

是否隐藏

◆ Icon

Icon FineUICore.GridCommand.Icon = Icon.None
getset

预定义图标

◆ IconFont

IconFont FineUICore.GridCommand.IconFont = IconFont.None
getset

预定义图标字体

◆ IconFontClass

string FineUICore.GridCommand.IconFontClass
getset

自定义图标字体的样式类

◆ IconUrl

string FineUICore.GridCommand.IconUrl
getset

图标地址

◆ Text

string FineUICore.GridCommand.Text
getset

文本

◆ ToolTip

string FineUICore.GridCommand.ToolTip
getset

提示文本

◆ ToolTipPosition

ToolTipPosition FineUICore.GridCommand.ToolTipPosition = ToolTipPosition.Undefined
getset

提示文本的位置

◆ ToolTipType

ToolTipType FineUICore.GridCommand.ToolTipType = ToolTipType.Qtip
getset

提示文本类型

◆ WindowID

string FineUICore.GridCommand.WindowID
getset

对应的窗体控件ID

◆ WindowIFrameUrl

string FineUICore.GridCommand.WindowIFrameUrl
getset

窗体内联页面地址

◆ WindowIFrameUrlEncode

bool FineUICore.GridCommand.WindowIFrameUrlEncode = true
getset

是否对每个绑定到窗体内联页面地址的字段进行URL编码(默认为true)

◆ WindowIFrameUrlFields

string [] FineUICore.GridCommand.WindowIFrameUrlFields
getset

绑定到窗体内联页面地址的字段名称列表

◆ WindowIFrameUrlFormatString

string FineUICore.GridCommand.WindowIFrameUrlFormatString
getset

绑定到窗体内联页面地址的字段格式化字符串

◆ WindowTitle

string FineUICore.GridCommand.WindowTitle
getset

窗体标题

◆ WindowTitleFields

string [] FineUICore.GridCommand.WindowTitleFields
getset

窗体标题对应的字段名称列表

◆ WindowTitleFormatString

string FineUICore.GridCommand.WindowTitleFormatString
getset

窗体标题对应的字段格式化字符串


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