Represents the event arguments for the Traversing event of a GanttViewTraverser
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class GanttViewTraversingEventArgs : EventArgs
Inheritance: objectEventArgsGanttViewTraversingEventArgs
Inherited Members
Constructors
Initializes a new instance of the GanttViewTraversingEventArgs class.
C#
public GanttViewTraversingEventArgs(GanttViewDataItem item)
The content.
Properties
Gets the row.
C#
public GanttViewDataItem Item { get; }
The row.
Gets or sets a value indicating whether the GanttViewDataItem instance to be processed by GanttViewTraverser.
C#
public bool Process { get; set; }
true if GanttViewRowInfo is processed otherwise, false.