NGridSortSettings Class Reference
Inherits from | NSObject |
---|---|
Conforms to | NGridSortSettingsProtocol |
Declared in | NGridSortSettings.h |
elementKey
Element key of the sort settings base grid.
@property (assign) NSInteger elementKey
Declared In
NGridSortSettings.h
elementType
Element type of the sort settings base grid.
@property (assign) NGridSortElementType elementType
Declared In
NGridSortSettings.h
direction
Sort direction.
@property (assign) NGridSortDirection direction
Declared In
NGridSortSettings.h
caseInsensitive
A Boolean value that determines whether the case insensitive compare function should be used to compare strings.
@property (assign) BOOL caseInsensitive
Declared In
NGridSortSettings.h