Class
GanttViewTraversingEventArgs

Represents the event arguments for the Traversing event of a GanttViewTraverser

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class GanttViewTraversingEventArgs : EventArgs

Inheritance: objectEventArgsGanttViewTraversingEventArgs

Inherited Members EventArgs.Empty

Constructors

GanttViewTraversingEventArgs(GanttViewDataItem)

Initializes a new instance of the GanttViewTraversingEventArgs class.

Declaration

cs-api-definition
public GanttViewTraversingEventArgs(GanttViewDataItem item)

Parameters

item

GanttViewDataItem

The content.

Properties

Item

Gets the row.

Declaration

cs-api-definition
public GanttViewDataItem Item { get; }

Property Value

GanttViewDataItem

The row.

Process

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

Declaration

cs-api-definition
public bool Process { get; set; }

Property Value

bool

true if GanttViewRowInfo is processed otherwise, false.