Back to Devexpress

TcxComponentCollectionItem.DisplayName Property

vcl-cxclasses-dot-tcxcomponentcollectionitem-59ee60f8.md

latest871 B
Original Source

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

TcxComponentCollectionItem Class

TcxComponentCollectionItem Members

cxClasses Unit