FormatCondition Fields
Represents a conditional format based on a formula.Name | Description |
---|---|
ApplyToRowProperty static | Identifies the FormatConditionBase.ApplyToRow dependency property. Inherited from FormatConditionBase. |
ExpressionProperty static | Identifies the FormatCondition.Expression dependency property. |
FieldNameProperty static | Identifies the FormatConditionBase.FieldName dependency property. Inherited from FormatConditionBase. |
FormatProperty static | Identifies the FormatCondition.Format dependency property. |
IsEnabledProperty static | Identifies the FormatConditionBase.IsEnabled dependency property. Inherited from FormatConditionBase. |
PredefinedFormatNameProperty static | Identifies the FormatConditionBase.PredefinedFormatName dependency property. Inherited from FormatConditionBase. |
Value1Property static | Identifies the FormatCondition.Value1 dependency property. |
Value2Property static | Identifies the FormatCondition.Value2 dependency property. |
ValueRuleProperty static | Identifies the FormatCondition.ValueRule dependency property. |
See Also