Spread for ASP.NET 12 Product Documentation
IsReadOnly Property (SpreadDataColumnPropertyDescriptor)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Data Namespace > SpreadDataColumnPropertyDescriptor Class : IsReadOnly Property
When overridden in a derived class, gets a value that indicates 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
public override bool IsReadOnly {get;}

Property Value

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

Reference

SpreadDataColumnPropertyDescriptor Class
SpreadDataColumnPropertyDescriptor Members