ClassRadGanttView
Represents the Silverlight RadGanttView control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Wpf
Assembly:Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax:
public class RadGanttView : Control, IAutomationPeer, IPeerConverter, IRadGanttView, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlRadGanttView
Implements:
Inherited Members
Constructors
RadGanttView()
Initializes a new instance of the RadGanttView class.
Declaration
public RadGanttView()
Properties
CellsPanel
The GanttView panel holding the cells (not frozen cells).
Declaration
public GanttVirtulizedPanel CellsPanel { get; }
Property Value
FrozeCellsPanel
The GanttView panel holding the frozen cells.
Declaration
public GanttVirtulizedPanel FrozeCellsPanel { get; }
Property Value
FrozenColumns
Gets the collection of the GantView Frozen Columns.
Declaration
public IList<FrameworkElement> FrozenColumns { get; }
Property Value
Implements
Milestones
Get the list of RadGanttView milestones.
Rows
Get the list of RadGanttView Rows.
ShouldRefreshRows
Indicates whether the GanttRows should be updated the next time Rows property is called.
Declaration
public bool ShouldRefreshRows { get; set; }
Property Value
Implements
SimpleColumns
Gets the collection of the GantView Simple Columns.
Declaration
public IList<FrameworkElement> SimpleColumns { get; }
Property Value
Implements
Summaries
Get the list of RadGanttView summaries.
Tasks
Get the list of RadGanttView tasks.
TimeLinePanel
The GanttView panel holding the TimeLine items.
Declaration
public GanttVirtulizedPanel TimeLinePanel { get; }
Property Value
Methods
AreOnTheSameRow(FrameworkElement, FrameworkElement)
Check if two elements are in the same row.
Declaration
public bool AreOnTheSameRow(FrameworkElement firstElement, FrameworkElement secondElement)
Parameters
firstElement
secondElement
Returns
Implements
AssignReference(AutomationReference)
Assign the reference and perform your custom class initialization.
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
reference
Overrides
Implements
GetCellByText(string)
Gets GanttView cell by given text.
GetTaskByTitle(string)
Gets task by title.
IsCellSelected(int, int)
Check if a cell with spesific cordinates is selected
IsRowSelected(int)
Check if a row with spesific index is selected ///
SelectCell(int, int)
Selects a spesific cell of the GanttView by cordinates
SelectRow(int)
Selects a spesific row of the GanttView by index