NGridHighlightSettings Class Reference

Inherits from NSObject
Conforms to NGridHighlightSettingsProtocol
Declared in NGridHighlightSettings.h

Overview

The NGridHighlightSettings class describes grid highlight settings.

  highlightType

Type of the highlight.

@property (assign) NGridHighlightType highlightType

Declared In

NGridHighlightSettings.h

  valueA

First value.

@property (retain) NSObject *valueA

Declared In

NGridHighlightSettings.h

  valueB

Second value.

@property (retain) NSObject *valueB

Declared In

NGridHighlightSettings.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

NGridHighlightSettings.h