InterfaceIRadGanttView
Represents the SL/Wpf RadGanttView control wrapper for SL/Wpf interface.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
public interface IRadGanttView : IControl, IFrameworkElement, ITargetElement
Derived Classes:
Inherited Members
Properties
FrozenColumns
Gets the collection of the GantView Frozen Columns.
Declaration
IList<FrameworkElement> FrozenColumns { get; }
Property Value
Rows
Get the list of RadGanttView Rows.
ShouldRefreshRows
Indicates whether the GanttRows should be updated the next time Rows property is called.
SimpleColumns
Gets the collection of the GantView Simple Columns.
Declaration
IList<FrameworkElement> SimpleColumns { get; }
Property Value
Methods
AreOnTheSameRow(FrameworkElement, FrameworkElement)
Check if two elements are in the same row.
Declaration
bool AreOnTheSameRow(FrameworkElement firstElement, FrameworkElement secondElement)
Parameters
firstElement
secondElement
Returns
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