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

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 EventArgs.Empty

Constructors

Initializes a new instance of the GanttViewTraversingEventArgs class.

C#
public GanttViewTraversingEventArgs(GanttViewDataItem item)
Parameters:itemGanttViewDataItem

The content.

Properties

Gets the row.

C#
public GanttViewDataItem Item { get; }
Property Value:

The row.

Gets or sets a value indicating whether the GanttViewDataItem instance to be processed by GanttViewTraverser.

C#
public bool Process { get; set; }
Property Value:

true if GanttViewRowInfo is processed otherwise, false.