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

TcxDataControllerConditionalFormatting.ReferencesToString(TdxSpreadSheetAreaList) Method

Converts the specified cell area to a delimited string of references to contiguous fields in the source data controller.

#Declaration

Delphi
function ReferencesToString(const AAreas: TdxSpreadSheetAreaList): string; override;

#Parameters

Name Type
AAreas TdxSpreadSheetAreaList

#Returns

Type
string

#Remarks

Call this function to obtain a delimited string that lists names of contiguous fields, which correspond to the first cell range in the AAreas list. Since the conditional formatting controller cannot apply a single rule to non-adjacent fields, the ReferencesToString function ignores all other cell ranges that the specified list can store.

See Also