Class
GanttViewItemValidatedEventArgs

Represents the event arguments for the ItemValidated event of RadGanttView.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class GanttViewItemValidatedEventArgs : RadGanttViewEventArgs

Inheritance: objectEventArgsRadGanttViewEventArgsGanttViewItemValidatedEventArgs

Inherited Members RadGanttViewEventArgs.ItemEventArgs.Empty

Constructors

GanttViewItemValidatedEventArgs(GanttViewDataItem, GanttViewTextViewColumn)

Initializes a new instance of the GanttViewItemValidatedEventArgs class.

Declaration

cs-api-definition
public GanttViewItemValidatedEventArgs(GanttViewDataItem item, GanttViewTextViewColumn column)

Parameters

item

GanttViewDataItem

The item.

column

GanttViewTextViewColumn

The column.

Properties

Column

Gets the column.

Declaration

cs-api-definition
public GanttViewTextViewColumn Column { get; }

Property Value

GanttViewTextViewColumn

The column.