GridExtensions Class

Extensions for GridTItem and GridColumnTModel, TProperty mechanisms.

Definition

Namespace: BlazorBootstrap
Assembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
internal static class GridExtensions
Inheritance
Object    GridExtensions

Methods

OrderByT Orders a column of a GridTItem by the specified keySelector.
OrderByDescendingT Orders a column of a GridTItem by the specified keySelector.
ThenByT Orders a column of a GridTItem by the specified keySelector.
ThenByDescendingT Orders a column of a GridTItem by the specified keySelector.

See Also