NGridSelectionAreaType Constants Reference
| Declared in | NGridSelectionArea.h |
|---|
NGridSelectionAreaType
Options to specify the area type of the selection.
Definition
typedef NS_ENUM(NSInteger, NGridSelectionAreaType ) {
NGridSelectionAreaTypeNone,
NGridSelectionAreaTypeRow,
NGridSelectionAreaTypeColumn,
};
Constants
NGridSelectionAreaTypeNone-
No type. If selection has no type it may be the arbitrary user selection. Otherwise it is not showed.
Declared In
NGridSelectionArea.h. NGridSelectionAreaTypeRow-
Selection area is used only for one row.
Declared In
NGridSelectionArea.h. NGridSelectionAreaTypeColumn-
Selection area is used only for one column.
Declared In
NGridSelectionArea.h.
Declared In
NGridSelectionArea.h