Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxSpreadSheetCustomConditionalFormattingRule Members

The base class for all conditional formatting rule classes.

#Constructors
Show Inherited Hide Inherited

Name Description
Create(TdxSpreadSheetCustomConditionalFormatting,TRect) Creates a new conditional formatting rule in the specified conditional formatting controller.
Create(TdxSpreadSheetCustomConditionalFormatting) Initializes a new instance of the TdxSpreadSheetCustomConditionalFormattingRule class with specified settings.
Create(TPersistent) Initializes a new instance of the TcxInterfacedPersistent class with specified settings. Inherited from TcxInterfacedPersistent.

#Properties

Name Description
Area Deprecated. Specifies the target cell range.
Areas Specifies target cell ranges.
Index Specifies the conditional formatting rule’s index in the parent conditional formatting controller.
Owner Provides access to the parent conditional formatting controller.
StopIfTrue protected Specifies if the parent conditional formatting controller evaluates other rules with lower priority that are applied to the same areas if the current rule’s condition is met.

#Methods
Show Inherited Hide Inherited

Name Description
Assign(TPersistent) Inherited from TPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
BeginUpdate Postpones all redraw operations that reflect appearance changes in the parent control until an EndUpdate procedure call.
Clone Creates a copy of the conditional formatting rule and applies the created rule to the same areas.
Clone(TdxSpreadSheetAreaList) Creates a copy of the conditional formatting rule and applies the created rule to all target areas.
Clone(TRect) Creates a copy of the conditional formatting rule and applies the created rule to the specified cell range.
EndUpdate Applies all pending changes and redraws the parent control after a BeginUpdate procedure call.
Equals(TObject) Inherited from TObject.
GetDetails protected Returns the conditional formatting rule’s name for the “Conditional Formatting Rules Manager” dialog.
GetHashCode Inherited from TObject.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
LoadFromStream(TcxReader) Loads the conditional formatting rule’s settings from a stream via the specified stream reader.
QueryInterface(TGUID,Untyped) Inherited from TInterfacedPersistent.
SaveToStream(TcxWriter) Saves the conditional formatting rule’s settings to a stream via the specified stream writer.
ToString Inherited from TObject.
See Also