Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Data Namespace / SpreadDataColumnPropertyDescriptor Class / IsReadOnly Property


In This Topic
IsReadOnly Property (SpreadDataColumnPropertyDescriptor)
In This Topic
When overridden in a derived class, gets a value indicating whether this property is read-only.
Syntax
'Declaration
 
Public Overrides ReadOnly Property IsReadOnly As Boolean
 
'Usage
 
Dim instance As SpreadDataColumnPropertyDescriptor
Dim value As Boolean
 
value = instance.IsReadOnly

Property Value

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