Class ConditionalFormattingDxfRule
Represents the base type for a conditional formatting rule that supports differential formatting.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Spreadsheet.Model.ConditionalFormattings
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public abstract class ConditionalFormattingDxfRule : ConditionalFormattingRule, IPropertyValueProvider
Constructors
ConditionalFormattingDxfRule()
Declaration
protected ConditionalFormattingDxfRule()
ConditionalFormattingDxfRule(DifferentialFormatting)
Declaration
protected ConditionalFormattingDxfRule(DifferentialFormatting formatting)
Parameters
DifferentialFormatting
formatting
|
Properties
Formatting
Gets or sets the differential formatting associated with the current rule.
Declaration
public DifferentialFormatting Formatting { get; set; }
Property Value
DifferentialFormatting
|
StopIfTrue
Gets a value that indicates whether the rule resolution should stop if the current rule is successful.state
Declaration
public bool StopIfTrue { get; set; }
Property Value
System.Boolean
|