FormatConditionRuleContains Properties
Applies a format if a value matches one of the specified values.Name | Description |
---|---|
AllowAnimation | Gets or sets whether the format is repainted with an animation effect when a cell value changes. Animation effects are supported for specific format rules, only in Data Grid’s GridView, BandedGridView and AdvBandedGridView. Inherited from FormatConditionRuleBase. |
Appearance | Allows you to explicitly set the appearance settings (background and foreground colors and font settings) for target cells. This property’s settings take priority over the style specified by the FormatConditionRuleAppearanceBase.PredefinedName property. Inherited from FormatConditionRuleAppearanceBase. |
IsValid | Gets whether the current FormatConditionRuleBase object is properly customized. Inherited from FormatConditionRuleBase. |
PredefinedName | Gets or sets the name of a predefined or custom style applied to target cells. Inherited from FormatConditionRuleAppearanceBase. |
Values | Gets or sets a list of constants. |
See Also