[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridSortIconPosition

GridSortIconPosition Enum

Specifies where the sort icon will be laid out.

Namespace: C1.Blazor.Grid
Assembly: C1.Blazor.Grid.dll
Syntax
public enum GridSortIconPosition

Fields

Name Description
Inline

The sort icon will be laid out following the title.

Left

The sort icon will be laid out at the left inside the column header.

Right

The sort icon will be laid out at the right inside the column header.