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

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