Table of Contents

Interface ISelectObjectContext<TItem>

Namespace
BootstrapBlazor.Components
Assembly
BootstrapBlazor.dll

SelectObject 上下文

public interface ISelectObjectContext<TItem>

Type Parameters

TItem
Extension Methods

Properties

Component

获得/设置 SelectObject 组件实例对象引用

SelectObject<TItem>? Component { get; set; }

Property Value

SelectObject<TItem>

Methods

CloseAsync()

关闭当前弹窗方法

Task CloseAsync()

Returns

Task

SetValue(TItem)

设置组件当前值方法

void SetValue(TItem value)

Parameters

value TItem