Cell |
public sealed class CellConditionItem : NotifyPropertyBase
The CellConditionItem type exposes the following members.
| Name | Description | |
|---|---|---|
| CellConditionItem |
| Name | Description | |
|---|---|---|
| Background | The background brush of the cell when the trigger is affirmative | |
| CalculationMode | Calculation mode of the CellValue | |
| CanAlert | Gets or sets if alert is enabled | |
| CellValue | The value with which the DisplayValue is evaluated with | |
| Condition | Gets or sets the Condition | |
| IsPrice | If the DisplayValue value is evaluated with last traded price | |
| Rearm | Alert rearm interval in minutes. Default is 0 (zero) minute signifing alert is triggered only once. |
| Name | Description | |
|---|---|---|
| Clone | Returns a clone of the object | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| Name | Description | |
|---|---|---|
| PropertyChanged | (Inherited from NotifyPropertyBase) |