TcxComponentCollectionItem.DisplayName Property
In This Article
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