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
SortOrder
排序顺序 默认 SortOrder.Unset
public SortOrder SortOrder { get; set; }
Property Value
Methods
ToString()
public override string ToString()