Spread Windows Forms 15.0
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
    public override bool IsReadOnly {get;}

    Property Value

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