ClassGanttViewTraversingEventArgs
Class
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
Constructors
GanttViewTraversingEventArgs(GanttViewDataItem)
Initializes a new instance of the GanttViewTraversingEventArgs class.
Declaration
cs-api-definition
public GanttViewTraversingEventArgs(GanttViewDataItem item)
Parameters
item
The content.
Properties
Item
Gets the row.
Declaration
cs-api-definition
public GanttViewDataItem Item { get; }
Property Value
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
true if GanttViewRowInfo is processed otherwise, false.