RadGanttView
Class
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
C#
public class RadGanttView : Control, IAutomationPeer, IPeerConverter, IRadGanttView, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlRadGanttView...
Implements:
Inherited Members
Constructors
C#
public RadGanttView()
Properties
C#
public GanttVirtulizedPanel CellsPanel { get; }
C#
public GanttVirtulizedPanel FrozeCellsPanel { get; }
C#
public IList<FrameworkElement> FrozenColumns { get; }
Implements:
C#
public IList<Milestone> Milestones { get; }
C#
public bool ShouldRefreshRows { get; set; }
Implements:
C#
public IList<FrameworkElement> SimpleColumns { get; }
Implements:
C#
public GanttVirtulizedPanel TimeLinePanel { get; }
Methods
C#
public bool AreOnTheSameRow(FrameworkElement firstElement, FrameworkElement secondElement)
Implements:
C#
public override void AssignReference(AutomationReference reference)
Overrides:
Implements: