Class
GanttViewItemDataErrorEventArgs

Represents the event arguments for the ItemDataError event of RadGanttView.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class GanttViewItemDataErrorEventArgs : RadGanttViewEventArgs

Inheritance: objectEventArgsRadGanttViewEventArgsGanttViewItemDataErrorEventArgs

Inherited Members RadGanttViewEventArgs.ItemEventArgs.Empty

Constructors

GanttViewItemDataErrorEventArgs(GanttViewDataItem, string, params object[])

Initializes a new instance of the GanttViewItemDataErrorEventArgs class.

Declaration

cs-api-definition
public GanttViewItemDataErrorEventArgs(GanttViewDataItem item, string errorText, params object[] context)

Parameters

item

GanttViewDataItem

The item.

errorText

string

The error text.

context

object[]

The context.

Properties

Context

Gets the context of the error.

Declaration

cs-api-definition
public object[] Context { get; }

Property Value

object[]

The context.

ErrorText

Gets the error text.

Declaration

cs-api-definition
public string ErrorText { get; }

Property Value

string

The error text.