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
GanttVirtulizedPanel
|
FrozenColumns
Declaration
public IList<FrameworkElement> FrozenColumns { get; }
Property Value
System.Collections.Generic.IList<FrameworkElement>
|
Implements
Milestones
Declaration
public IList<Milestone> Milestones { get; }
Property Value
System.Collections.Generic.IList<Milestone>
|
Rows
Declaration
public List<GanttRow> Rows { get; }
Property Value
System.Collections.Generic.List<GanttRow>
|
Implements
ShouldRefreshRows
Declaration
public bool ShouldRefreshRows { get; set; }
Property Value
System.Boolean
|
Implements
SimpleColumns
Declaration
public IList<FrameworkElement> SimpleColumns { get; }
Property Value
System.Collections.Generic.IList<FrameworkElement>
|
Implements
Summaries
Declaration
public IList<Summary> Summaries { get; }
Property Value
System.Collections.Generic.IList<Summary>
|
Tasks
TimeLinePanel
Methods
AreOnTheSameRow(FrameworkElement, FrameworkElement)
Declaration
public bool AreOnTheSameRow(FrameworkElement firstElement, FrameworkElement secondElement)
Parameters
FrameworkElement
firstElement
|
FrameworkElement
secondElement
|
Returns
System.Boolean
|
Implements
AssignReference(AutomationReference)
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
AutomationReference
reference
|
Overrides
Implements
GetCellByText(String)
Declaration
public GanttCell GetCellByText(string text)
Parameters
System.String
text
|
Returns
GanttCell
|
GetTaskByTitle(String)
IsCellSelected(Int32, Int32)
Declaration
public bool IsCellSelected(int row, int col)
Parameters
System.Int32
row
|
System.Int32
col
|
Returns
System.Boolean
|
Implements
IsRowSelected(Int32)
Declaration
public bool IsRowSelected(int index)
Parameters
System.Int32
index
|
Returns
System.Boolean
|
Implements
SelectCell(Int32, Int32)
Declaration
public void SelectCell(int row, int col)
Parameters
System.Int32
row
|
System.Int32
col
|
Implements
SelectRow(Int32)
Declaration
public bool SelectRow(int index)
Parameters
System.Int32
index
|
Returns
System.Boolean
|