[]
        
(Showing Draft Content)

C1.iOS.Grid.GridSortIconPosition

GridSortIconPosition Class

Specifies where the sort icon will be laid out.

Inheritance
GridSortIconPosition
Namespace: C1.iOS.Grid
Assembly: C1.iOS.Grid.dll
Syntax
public sealed class GridSortIconPosition : Enum

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.

value__