Class RadGanttView
Inheritance
System.Object
RadGanttView
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public class RadGanttView : Control, IAutomationPeer, IPeerConverter, IRadGanttView, IControl, IFrameworkElement, ITargetElement
Constructors
RadGanttView()
Declaration
public RadGanttView()
Properties
CellsPanel
FrozeCellsPanel
Declaration
public GanttVirtulizedPanel FrozeCellsPanel { get; }
Property Value
FrozenColumns
Declaration
public IList<FrameworkElement> FrozenColumns { get; }
Property Value
System.
|
Implements
Milestones
Declaration
public IList<Milestone> Milestones { get; }
Property Value
System.
|
Rows
Declaration
public List<GanttRow> Rows { get; }
Property Value
System.
|
Implements
ShouldRefreshRows
Declaration
public bool ShouldRefreshRows { get; set; }
Property Value
System.
|
Implements
SimpleColumns
Declaration
public IList<FrameworkElement> SimpleColumns { get; }
Property Value
System.
|
Implements
Summaries
Declaration
public IList<Summary> Summaries { get; }
Property Value
System.
|
Tasks
TimeLinePanel
Methods
AreOnTheSameRow(FrameworkElement, FrameworkElement)
Declaration
public bool AreOnTheSameRow(FrameworkElement firstElement, FrameworkElement secondElement)
Parameters
Framework
|
Framework
|
Returns
System.
|
Implements
AssignReference(AutomationReference)
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
Automation
|
Overrides
Implements
GetCellByText(String)
Declaration
public GanttCell GetCellByText(string text)
Parameters
System.
|
Returns
GetTaskByTitle(String)
IsCellSelected(Int32, Int32)
Declaration
public bool IsCellSelected(int row, int col)
Parameters
System.
|
System.
|
Returns
System.
|
Implements
IsRowSelected(Int32)
Declaration
public bool IsRowSelected(int index)
Parameters
System.
|
Returns
System.
|
Implements
SelectCell(Int32, Int32)
Declaration
public void SelectCell(int row, int col)
Parameters
System.
|
System.
|
Implements
SelectRow(Int32)
Declaration
public bool SelectRow(int index)
Parameters
System.
|
Returns
System.
|