Class PopoverDropdownBase<TValue>
- Namespace
- BootstrapBlazor.Components
- Assembly
- BootstrapBlazor.dll
public abstract class PopoverDropdownBase<TValue> : ValidateBase<TValue>, IComponent, IHandleAfterRender, IHandleEvent, IAsyncDisposable, IValidateComponent
Type Parameters
TValue
- Inheritance
-
DisplayBase<TValue>ValidateBase<TValue>PopoverDropdownBase<TValue>
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
PopoverDropdownBase()
protected PopoverDropdownBase()
Properties
CustomClass
获得/设置 自定义样式 参数 默认 null
[Parameter]
public string? CustomClass { get; set; }
Property Value
Remarks
由 data-bs-custom-class 实现
CustomClassString
获得 CustomClass 字符串
protected virtual string? CustomClassString { get; }
Property Value
Placement
获得/设置 弹窗位置 默认为 Bottom
[Parameter]
public Placement Placement { get; set; }
Property Value
PlacementString
弹窗位置字符串
protected string? PlacementString { get; }
Property Value
ShowShadow
获得/设置 是否显示阴影 默认 true
[Parameter]
public bool ShowShadow { get; set; }