TcxComponentCollectionItem.DisplayName Property
Specifies the collection item’s name displayed in the collection editor.
Declaration
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