Gets a value indicating whether the dictionary is read-only.

Namespace:  Mindscape.WpfPropertyGrid
Assembly:  Mindscape.WpfPropertyGrid (in Mindscape.WpfPropertyGrid)
Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public bool IsReadOnly { get; }
Visual Basic (Declaration)
Public ReadOnly Property IsReadOnly As Boolean

Implements

ICollection<(Of <(T>)>)..::.IsReadOnly
IDictionary..::.IsReadOnly

See Also