New to Telerik UI for WinUI? Start a free 30-day trial
Read-Only State
Updated on Mar 26, 2026
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
XAML
<telerikControls:RadCollectionEditor IsReadOnly="True"/>
