FineUIPro 16.0.0
.NET 企业级全栈 UI 框架
载入中...
搜索中...
未找到
FineUIPro.Command类 参考

表格行命令的 WebForms 标记类型 更多...

类 FineUIPro.Command 继承关系图:
FineUIPro.GridCommand

额外继承的成员函数

属性 继承自 FineUIPro.GridCommand
string CssClass = String.Empty [get, set]
 样式类名
string Text = String.Empty [get, set]
 文本
bool TextRaw = false [get, set]
 文本是否作为开发者信任的 HTML 原样输出
string CommandName = String.Empty [get, set]
 命令名称
string CommandArgument = String.Empty [get, set]
 命令参数
bool Enabled = true [get, set]
 是否可用
bool Hidden = false [get, set]
 是否隐藏
string RendererFunction = String.Empty [get, set]
 自定义行命令渲染器函数
IconFont IconFont = IconFont.None [get, set]
 预定义图标字体
string IconFontClass = String.Empty [get, set]
 自定义图标字体样式类
Icon Icon = Icon.None [get, set]
 预定义图标
string IconUrl = String.Empty [get, set]
 图标地址
string ConfirmTitle = String.Empty [get, set]
 确认对话框标题
string ConfirmText = String.Empty [get, set]
 确认对话框内容
MessageBoxIcon ConfirmIcon = MessageBoxIcon.Warning [get, set]
 确认对话框提示图标
Target ConfirmTarget = Target.Self [get, set]
 确认对话框弹出位置
string ToolTip = String.Empty [get, set]
 提示文本
bool ToolTipRaw = false [get, set]
 提示文本是否作为开发者信任的 HTML 原样输出
ToolTipType ToolTipType = ToolTipType.Qtip [get, set]
 提示文本类型
ToolTipPosition ToolTipPosition = ToolTipPosition.Undefined [get, set]
 提示文本位置
string WindowID = String.Empty [get, set]
 对应的窗体控件 ID
string[] WindowTitleFields [get, set]
 窗体标题对应的字段名称列表
string WindowTitleFormatString = String.Empty [get, set]
 窗体标题对应的字段格式化字符串
string WindowTitle = String.Empty [get, set]
 窗体标题
string[] WindowIFrameUrlFields [get, set]
 绑定到窗体内联页面地址的字段名称列表
string WindowIFrameUrlFormatString = String.Empty [get, set]
 绑定到窗体内联页面地址的格式化字符串
bool WindowIFrameUrlEncode = true [get, set]
 是否对窗体地址中的字段值进行 URL 编码
string WindowIFrameUrl = String.Empty [get, set]
 窗体内联页面地址

详细描述

表格行命令的 WebForms 标记类型


该类的文档由以下文件生成:
  • Command.cs