GridColumnTModel, TPropertyCurrentSortDirection Property

The sort direction of the column, which can be altered by the user.

Definition

Namespace: BlazorBootstrap
Assembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
public SortDirection CurrentSortDirection { get; set; }

Property Value

SortDirection

Implements

IGridColumnTModelCurrentSortDirection

See Also