FineUIPro 12.1.0
全栈 ASP.NET 低代码开发框架
载入中...
搜索中...
未找到
FineUIPro.TabOptions类 参考

选项卡配置参数 更多...

属性

string ID [get, set]
 选项卡ID
 
string IFrameUrl [get, set]
 IFrame地址
 
string Title [get, set]
 选项卡标题
 
string IconUrl [get, set]
 选项卡标题栏图标
 
IconFont IconFont [get, set]
 选项卡标题栏图标字体
 
bool EnableClose = false [get, set]
 选项卡是否可以关闭
 
bool Actived = true [get, set]
 是否激活选项卡(默认为true)
 
bool CloseOnDblClick = false [get, set]
 双击关闭选项卡
 
bool RemoveOnClose = false [get, set]
 关闭时移除当前选项卡实例(默认为false,关闭时隐藏)
 

详细描述

选项卡配置参数

属性说明

◆ Actived

bool FineUIPro.TabOptions.Actived = true
getset

是否激活选项卡(默认为true)

◆ CloseOnDblClick

bool FineUIPro.TabOptions.CloseOnDblClick = false
getset

双击关闭选项卡

◆ EnableClose

bool FineUIPro.TabOptions.EnableClose = false
getset

选项卡是否可以关闭

◆ IconFont

IconFont FineUIPro.TabOptions.IconFont
getset

选项卡标题栏图标字体

◆ IconUrl

string FineUIPro.TabOptions.IconUrl
getset

选项卡标题栏图标

◆ ID

string FineUIPro.TabOptions.ID
getset

选项卡ID

◆ IFrameUrl

string FineUIPro.TabOptions.IFrameUrl
getset

IFrame地址

◆ RemoveOnClose

bool FineUIPro.TabOptions.RemoveOnClose = false
getset

关闭时移除当前选项卡实例(默认为false,关闭时隐藏)

◆ Title

string FineUIPro.TabOptions.Title
getset

选项卡标题


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