ClassGanttViewItemValidatedEventArgs
Class
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
Constructors
GanttViewItemValidatedEventArgs(GanttViewDataItem, GanttViewTextViewColumn)
Initializes a new instance of the GanttViewItemValidatedEventArgs class.
Declaration
cs-api-definition
public GanttViewItemValidatedEventArgs(GanttViewDataItem item, GanttViewTextViewColumn column)
Parameters
item
The item.
column
The column.
Properties
Column
Gets the column.
Declaration
cs-api-definition
public GanttViewTextViewColumn Column { get; }
Property Value
The column.