Customizing Items Appearance
The content of items in CollectionEditor control can be customized by overriding the ToString
method of the underlying data item's class or by using the ItemTemplate
property of RadCollectionEditor
.
Using ItemTemplate
The ItemTemplate
property allows you to define a DataTemplate
in order to replace the default appearance of the collection item visuals.
Setting the ItemTemplate

Overriding ToString
Overriding the ToString
method of the underlying data item's class allows you to easily replace the default content of the items.
The following example shows how to override ToString
and populate the RadCollectionEditor
with items.
Creating the data model
Setting up the data
