GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.WPF.GanttView Namespace / C1GanttView Class / ReadOnly Property

In This Topic
    ReadOnly Property (C1GanttView)
    In This Topic
    Gets or sets a value that determines whether the gantt view is in read only mode.
    Syntax
    'Declaration
     
    Public Property ReadOnly As Boolean
    public bool ReadOnly {get; set;}
    See Also