Base class for conditional formatting rules that apply differential formatting (overlay properties) when conditions are met, providing visual feedback without replacing base cell formatting.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Model.ConditionalFormattings
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
[SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Dxf")]
public abstract class ConditionalFormattingDxfRule : ConditionalFormattingRule
Inheritance: objectConditionalFormattingRuleConditionalFormattingDxfRule
Derived Classes:
Inherited Members
Constructors
Initializes a new differential formatting rule without initial formatting properties.
protected ConditionalFormattingDxfRule()
Initializes a new differential formatting rule with the specified formatting to apply when conditions are met.
protected ConditionalFormattingDxfRule(DifferentialFormatting formatting)
Properties
Gets or sets the differential formatting properties to apply when this rule's conditions are satisfied.
public DifferentialFormatting Formatting { get; set; }
Gets or sets whether evaluation of lower-priority rules should halt when this rule's condition is met, optimizing performance and ensuring this rule takes precedence.
public bool StopIfTrue { get; set; }