Class GanttViewTextViewColumnTraverser
Represents a traverser which can traverse the columns of a RadGanttView
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class GanttViewTextViewColumnTraverser : ItemsTraverser<GanttViewTextViewColumn>, ITraverser<GanttViewTextViewColumn>, IEnumerator<GanttViewTextViewColumn>, IDisposable, IEnumerator, IEnumerable
Constructors
GanttViewTextViewColumnTraverser(IList<GanttViewTextViewColumn>)
Initializes a new instance of the GanttViewTextViewColumnTraverser class.
Declaration
public GanttViewTextViewColumnTraverser(IList<GanttViewTextViewColumn> columns)
Parameters
System.Collections.Generic.IList<GanttViewTextViewColumn>
columns
The columns. |