ClassTimelinePeriodContainer
Class
Represents the RadTimeBar for Silverlight TimelinePeriodContainer control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
cs-api-definition
public class TimelinePeriodContainer : ContentControl, IAutomationPeer, IPeerConverter, IContentControl, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlContentControlTimelinePeriodContainer
Implements:
Inherited Members
Constructors
TimelinePeriodContainer()
Initializes a new instance of the ItemContainer class.
Declaration
cs-api-definition
public TimelinePeriodContainer()
Properties
ItemControlList
Get the list of Item controls.
Declaration
cs-api-definition
public IList<TimelinePeriodControl> ItemControlList { get; }
Property Value
ItemControlsNumber
Get the number of item controls.
Methods
AssignReference(AutomationReference)
Assign the reference and perform your custom class initialization.
Declaration
cs-api-definition
public override void AssignReference(AutomationReference reference)
Parameters
reference
Overrides