Table of Contents

Class TableSortItem

Namespace
BootstrapBlazor.Components
Assembly
BootstrapBlazor.dll

排序项 (高级排序使用)

public class TableSortItem
Inheritance
TableSortItem
Inherited Members
Extension Methods

Constructors

TableSortItem()

public TableSortItem()

Properties

SortName

排序字段名 默认 string.Empty

public string SortName { get; set; }

Property Value

string

SortOrder

排序顺序 默认 SortOrder.Unset

public SortOrder SortOrder { get; set; }

Property Value

SortOrder

Methods

ToString()

public override string ToString()

Returns

string