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.3.0.0 (1.3.17.0314)
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