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.GetFieldDisplayName(TcxCustomDataField) Method

Returns the display name of a specific field in the source data controller.

#Declaration

Delphi
function GetFieldDisplayName(AField: TcxCustomDataField): string;

#Parameters

Name Type
AField TcxCustomDataField

#Returns

Type
string

#Remarks

Call this function to obtain the name that a data presentation control uses to mark the header of a column or row that lists values from the underlying dataset field. Pass the required field from the source data controller as the AField parameter. A registered “Conditional Formatting Rules Manager” dialog calls the GetFieldDisplayName function internally to display captions of the target fields for conditional formatting rules.

See Also