ObservableDictionaryTKey, TValueIsReadOnly Property |
Gets a value indicating whether the dictionary is observable. See IsReadOnly.
Namespace:
Ptv.XServer.Controls.Map.Tools
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax public bool IsReadOnly { get; }
Public ReadOnly Property IsReadOnly As Boolean
Get
public:
virtual property bool IsReadOnly {
bool get () sealed;
}
abstract IsReadOnly : bool with get
override IsReadOnly : bool with get
Return Value
Type:
Boolean Documentation in progress...
Implements
ICollectionTIsReadOnlySee Also