New to Telerik UI for WinUI? Download free 30-day trial

Read-Only State

The CollectionEditor can be displayed in a read-only mode which disables the editors in the PropertyGrid area of the control and the add/remove buttons.

To disable the editing, set the IsReadOnly property of RadCollectionEditor to True.

Setting IsReadOnly

<telerikControls:RadCollectionEditor IsReadOnly="True"/> 
WinUI
In this article
Not finding the help you need?