TypeConverter::SimplePropertyDescriptor::IsReadOnly Property

 

Gets a value indicating whether this property is read-only.

Namespace:   System.ComponentModel
Assembly:  System (in System.dll)

public:
property bool IsReadOnly {
	virtual bool get() override;
}

Property Value

Type: System::Boolean

true if the property is read-only; false if the property is read/write.

.NET Framework
Available since 1.1
Return to top
Show: