 | BcfBindingSourcePropertyDescriptorIsReadOnly Property |
[This is preliminary documentation and is subject to change.]
When overridden in a derived class, gets a value indicating whether this property is read-only.
Namespace:
CalculationWorks.ViewModel.Forms
Assembly:
CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 4.0.0-beta6
Syntaxpublic override bool IsReadOnly { get; }Public Overrides ReadOnly Property IsReadOnly As Boolean
Get
Property Value
Type:
Booleantrue if this instance is read only; otherwise,
false.
Return Value
Type:
Booleantrue if this instance is read only; otherwise,
false.
Version InformationForms
Supported in: 4.0
See Also