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.GetDetails Method

Returns the conditional formatting rule’s name for the “Conditional Formatting Rules Manager” dialog.

#Declaration

Delphi
function GetDetails: string; virtual; abstract;

#Returns

Type
string

#Remarks

The “Conditional Formatting Rules Manager” dialog calls this function internally to populate the “Rule (applied in order shown)” column with rule names:

Each TdxSpreadSheetCustomConditionalFormattingRule class descendant that implements a particular conditional formatting rule provides its own GetDetails function implementation. The display names of certain conditional formatting rules can change depending on their settings. For instance, the "Top/Bottom Values" conditional formatting rule’s display name is comprised of “Top” or “Bottom” followed by the number of formatted cells. Refer to the particular GetDetails function implementation descriptions for detailed information.

See Also