NGridSortDirection Constants Reference
Declared in | NGridSortSettings.h |
---|
NGridSortDirection
Options to specify the sort direction.
Definition
typedef NS_ENUM(NSInteger, NGridSortDirection ) {
NGridSortDirectionNone,
NGridSortDirectionAsc,
NGridSortDirectionDesc,
};
Constants
NGridSortDirectionNone
-
No direction. Sort is not used.
Declared In
NGridSortSettings.h
. NGridSortDirectionAsc
-
Grid should be sorted by elements in the ascending direction.
Declared In
NGridSortSettings.h
. NGridSortDirectionDesc
-
Grid should be sorted by elements in the descending direction.
Declared In
NGridSortSettings.h
.
Declared In
NGridSortSettings.h