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

TcxComponentCollectionItem.DisplayName Property

Specifies the collection item’s name displayed in the collection editor.

#Declaration

Delphi
property DisplayName: string read;

#Property Value

Type
string

#Remarks

This getter implementation of the DisplayName property returns the Name property value. The TcxComponentCollectionItem class descendants can override the property getter with their own implementations.

See Also