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

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