New to Telerik Document ProcessingStart a free 30-day trial

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

Constructors

Initializes a new differential formatting rule without initial formatting properties.

C#
protected ConditionalFormattingDxfRule()

Initializes a new differential formatting rule with the specified formatting to apply when conditions are met.

C#
protected ConditionalFormattingDxfRule(DifferentialFormatting formatting)
Parameters:formattingDifferentialFormatting

Properties

Gets or sets the differential formatting properties to apply when this rule's conditions are satisfied.

C#
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.

C#
public bool StopIfTrue { get; set; }