Skip to main content
All docs
V21.2
  • FormatCondition Properties

    Represents a conditional format based on a formula.
    Name Description
    ActualFormat Returns the actual appearance settings used by the conditional formatting rule. Inherited from FormatConditionBase.
    ApplyToRow Specifies whether to apply a conditional format to the entire row. This is a dependency property. Inherited from FormatConditionBase.
    Expression Specifies the expression used to apply a conditional format. This is a dependency property.
    FieldName Specifies the data source field name of the column to which to apply the conditional format. This is a dependency property. Inherited from FormatConditionBase.
    Format Specifies the custom formatting settings. This is a dependency property.
    IsEnabled Specifies whether the conditional format is enabled. This is a dependency property. Inherited from FormatConditionBase.
    PredefinedFormatName Specifies the name of the predefined format to be applied to the cells. This is a dependency property. Inherited from FormatConditionBase.
    Value1 The lowest value in the column’s data range. This is a dependency property.
    Value2 The largest value in the column’s data range. This is a dependency property.
    ValueRule Specifies the rule for conditional formatting. This is a dependency property.
    See Also