ClassVirtualizingTimeBarPanel
Class
Represents the RadTimeLine for Silverlight VirtualizingTimelinePanel control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
cs-api-definition
public class VirtualizingTimeBarPanel : ContentControl, IAutomationPeer, IPeerConverter, IContentControl, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlContentControlVirtualizingTimeBarPanel
Implements:
Inherited Members
Constructors
VirtualizingTimeBarPanel()
Initializes a new instance of the VirtualizingTimelinePanel class.
Declaration
cs-api-definition
public VirtualizingTimeBarPanel()
Properties
GroupText
The text of the groups.
Declaration
cs-api-definition
[Obsolete("Use .Text instead.")]
public string GroupText { get; }
Property Value
TimelineStripLineControlList
Get the list of TimelineStripLineControl controls.
Declaration
cs-api-definition
public IList<TimelineStripLineControl> TimelineStripLineControlList { get; }
Property Value