Click or drag to resize

PropertySpecificationDescriptorIsReadOnly Property

When overridden in a derived class, gets a value indicating whether this property is read-only.

Namespace:  SD.Tools.Algorithmia.GeneralDataStructures.PropertyEditing
Assembly:  SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.4.0.0 (1.4.19.0529)
Syntax
public override bool IsReadOnly { get; }

Property Value

Type: Boolean

Return Value

Type: Boolean
true if the property is read-only; otherwise, false.
See Also