Class GanttViewTraversingEventArgs
Represents the event arguments for the Traversing event of a GanttViewTraverser
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class GanttViewTraversingEventArgs : EventArgs
Constructors
GanttViewTraversingEventArgs(GanttViewDataItem)
Initializes a new instance of the GanttViewTraversingEventArgs class.
Declaration
public GanttViewTraversingEventArgs(GanttViewDataItem item)
Parameters
GanttViewDataItem
item
The content. |
Properties
Item
Gets the row.
Declaration
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
public bool Process { get; set; }
Property Value
System.Boolean
|