New to Telerik UI for WinFormsStart a free 30-day trial

Represents the event arguments for the ItemDataError event of RadGanttView.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
public class GanttViewItemDataErrorEventArgs : RadGanttViewEventArgs

Inheritance: objectEventArgsRadGanttViewEventArgsGanttViewItemDataErrorEventArgs

Inherited Members RadGanttViewEventArgs.ItemEventArgs.Empty

Constructors

Initializes a new instance of the GanttViewItemDataErrorEventArgs class.

C#
public GanttViewItemDataErrorEventArgs(GanttViewDataItem item, string errorText, params object[] context)
Parameters:itemGanttViewDataItem

The item.

errorTextstring

The error text.

contextobject[]

The context.

Properties

Gets the context of the error.

C#
public object[] Context { get; }
Property Value:

The context.

Gets the error text.

C#
public string ErrorText { get; }
Property Value:

The error text.