NGridConditionalFormattingSettings Class Reference
| Inherits from | NSObject |
|---|---|
| Conforms to | NGridConditionalFormattingSettingsProtocol |
| Declared in | NGridConditionalFormattingSettings.h |
tag
Tag of the settings that you can use at your discretion.
@property (assign) NSInteger tagDeclared In
NGridConditionalFormattingSettings.h
area
Area of the conditional formatting.
@property (assign) NGridConditionalFormattingArea areaDeclared In
NGridConditionalFormattingSettings.h
type
Type of the conditional formatting.
@property (assign) NGridConditionalFormattingType typeDeclared In
NGridConditionalFormattingSettings.h
sourceRowKey
The key of row which is used for conditional formatting instead of the cell row.
@property (assign) NSInteger sourceRowKeyDeclared In
NGridConditionalFormattingSettings.h
sourceColumnKey
The key of column which is used for conditional formatting instead of the cell column.
@property (assign) NSInteger sourceColumnKeyDeclared In
NGridConditionalFormattingSettings.h
items
Items of the conditional formatting settings.
@property (retain) NSArray *itemsDiscussion
NGridProxyDataSourceImpl supports conditional formatting with UIImage and UIColor items, but you can override applyConditionalFormattingScaleObject:toCell: and use other item types.
Declared In
NGridConditionalFormattingSettings.h
useUserDefinedRules
A Boolean value that determines whether the user defined rules should be used to conditional formatting.
@property (assign) BOOL useUserDefinedRulesDeclared In
NGridConditionalFormattingSettings.h
userDefinedRules
User defined rules that are used to conditional formatting.
@property (retain) NSArray *userDefinedRulesDeclared In
NGridConditionalFormattingSettings.h