GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.GanttView 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 Boolean
    public override bool IsReadOnly {get;}
    See Also