Class TabItemOptionAttribute
- Namespace
- BootstrapBlazor.Components
- Assembly
- BootstrapBlazor.dll
TabItem 标签页配置属性类
[AttributeUsage(AttributeTargets.Class)]
public class TabItemOptionAttribute : Attribute
- Inheritance
-
TabItemOptionAttribute
- Inherited Members
- Extension Methods
Constructors
TabItemOptionAttribute()
public TabItemOptionAttribute()
Properties
Closable
获得/设置 当前 TabItem 是否可关闭 默认为 true 可关闭
public bool Closable { get; set; }
Property Value
Icon
获得/设置 图标字符串
public string? Icon { get; set; }
Property Value
Text
获得/设置 文本文字
public string? Text { get; set; }