UIElementCollection::IList::IsReadOnly Property

 

This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. For a description of this member, see IsReadOnly.

Namespace:   System.Windows.Controls
Assembly:  PresentationFramework (in PresentationFramework.dll)

private:
property bool IsReadOnly {
	virtual bool get() sealed = IList::IsReadOnly::get;
}

Property Value

Type: System::Boolean

true if the list is read-only; otherwise, false.

.NET Framework
Available since 3.0
Return to top
Show: