Gets a value indicating whether the collection is read-only.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf
SyntaxC#
Copy Code
|
|---|
public bool IsReadOnly { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property IsReadOnly As Boolean |
This property always returns false.
See Also