Interface IShowLabel
- Namespace
- BootstrapBlazor.Components
- Assembly
- BootstrapBlazor.dll
ShowLabel 接口
public interface IShowLabel
- Extension Methods
Properties
ShowLabel
获得/设置 是否显示标签 默认 null
bool? ShowLabel { get; set; }
Property Value
- bool?
ShowLabelTooltip
获得/设置 是否显示标签 Tooltip 多用于标签文字过长导致裁减时使用 默认 null
bool? ShowLabelTooltip { get; set; }
Property Value
- bool?