Table of Contents

Class VirtualizeQueryOption

Namespace
BootstrapBlazor.Components
Assembly
BootstrapBlazor.dll

Select 组件虚拟滚动参数类

public class VirtualizeQueryOption
Inheritance
VirtualizeQueryOption
Inherited Members
Extension Methods

Constructors

VirtualizeQueryOption()

public VirtualizeQueryOption()

Properties

Count

请求记录总数

public int Count { get; }

Property Value

int

SearchText

Select 组件搜索文本

public string? SearchText { get; }

Property Value

string

StartIndex

请求记录开始索引

public int StartIndex { get; }

Property Value

int