Spread for ASP.NET 11 Product Documentation
IsReadOnly Property (FilterColumnDefinitionCollection)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > FilterColumnDefinitionCollection Class : IsReadOnly Property
Gets whether the collection is read-only. (This implementation always returns false.)
Syntax
'Declaration
 
Public ReadOnly Property IsReadOnly As Boolean
'Usage
 
Dim instance As FilterColumnDefinitionCollection
Dim value As Boolean
 
value = instance.IsReadOnly
public bool IsReadOnly {get;}

Property Value

Boolean: true if the collection is read-only; false otherwiseAlways returns false
See Also

Reference

FilterColumnDefinitionCollection Class
FilterColumnDefinitionCollection Members