ObservableCollectionTIsReadOnly Property
|
Gets a value indicating whether the collection is read-only.
Namespace:
DXFReaderNET.Collections
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public virtual bool IsReadOnly { get; }
Public Overridable ReadOnly Property IsReadOnly As Boolean
Get
public:
virtual property bool IsReadOnly {
bool get ();
}
abstract IsReadOnly : bool with get
override IsReadOnly : bool with get
VIRTUAL PROPERTY IsReadOnly AS LOGIC GET
Property Value
Type:
BooleanImplements
ICollectionTIsReadOnlySee Also