ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView Namespace / CustomTaskPropertyDescriptor Class / IsReadOnly Property

In This Topic
    IsReadOnly Property (CustomTaskPropertyDescriptor)
    In This Topic
    Gets the read only state of property.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property IsReadOnly As System.Boolean
    public override System.bool IsReadOnly {get;}
    See Also