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

Represents the event arguments for the ItemValidated event of RadGanttView.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
public class GanttViewItemValidatedEventArgs : RadGanttViewEventArgs

Inheritance: objectEventArgsRadGanttViewEventArgsGanttViewItemValidatedEventArgs

Inherited Members RadGanttViewEventArgs.ItemEventArgs.Empty

Constructors

Initializes a new instance of the GanttViewItemValidatedEventArgs class.

C#
public GanttViewItemValidatedEventArgs(GanttViewDataItem item, GanttViewTextViewColumn column)
Parameters:itemGanttViewDataItem

The item.

columnGanttViewTextViewColumn

The column.

Properties

Gets the column.

C#
public GanttViewTextViewColumn Column { get; }
Property Value:

The column.