ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView Namespace / BaseCommand Class / View Property

In This Topic
    View Property (BaseCommand)
    In This Topic
    Gets the C1GanttView object, that's command owner.
    Syntax
    'Declaration
     
    Public ReadOnly Property View As C1GanttView
    public C1GanttView View {get;}
    See Also