GridExtensions Class

Extensions for GridTItem and GridColumnTModel, TProperty mechanisms.

Definition

Namespace: BlazorBootstrap
Assembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
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