ClassTimelineGroupPeriodContainer
Class
Represents the RadTimeLine for Silverlight TlGroupContainer control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Wpf
Assembly:Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax:
cs-api-definition
public class TimelineGroupPeriodContainer : ContentControl, IAutomationPeer, IPeerConverter, IContentControl, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlContentControlTimelineGroupPeriodContainer
Implements:
Inherited Members
Constructors
TimelineGroupPeriodContainer()
Initializes a new instance of the TLGroupContainer class.
Declaration
cs-api-definition
public TimelineGroupPeriodContainer()
Properties
GroupControlList
Get the list of Group controls.
Declaration
cs-api-definition
public IList<TimelineGroupPeriodControl> GroupControlList { get; }
Property Value
GroupControlsNumber
Get the number of group 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