GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.GanttView Namespace / BaseTask Class / Name Property

In This Topic
    Name Property (BaseTask)
    In This Topic
    Gets or sets the task name.
    Syntax
    'Declaration
     
    Public MustOverride Property Name As String
    public abstract string Name {get; set;}
    See Also