Class TimeLineItemContainer
Inheritance
System.Object
TimeLineItemContainer
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public class TimeLineItemContainer : ContentControl, IAutomationPeer, IPeerConverter, IContentControl, IControl, IFrameworkElement, ITargetElement
Constructors
TimeLineItemContainer()
Declaration
public TimeLineItemContainer()
Properties
CustomTimeLineControl
Declaration
public CustomTimeLineControl CustomTimeLineControl { get; }
Property Value
CustomTimeLineControl
|
CustomTimeLineControlList
Declaration
public IList<CustomTimeLineControl> CustomTimeLineControlList { get; }
Property Value
System.Collections.Generic.IList<CustomTimeLineControl>
|
TimeLineInstantItemControl
Declaration
public TimeLineInstantItemControl TimeLineInstantItemControl { get; }
Property Value
TimeLineInstantItemControl
|
TimeLineInstantItemControlList
Declaration
public IList<TimeLineInstantItemControl> TimeLineInstantItemControlList { get; }
Property Value
System.Collections.Generic.IList<TimeLineInstantItemControl>
|
TimeLineItemControl
Declaration
public TimeLineItemControl TimeLineItemControl { get; }
Property Value
TimeLineItemControl
|
TimeLineItemControlList
Declaration
public IList<TimeLineItemControl> TimeLineItemControlList { get; }
Property Value
System.Collections.Generic.IList<TimeLineItemControl>
|
TimeLineItemControlsNumber
Declaration
public double TimeLineItemControlsNumber { get; }
Property Value
System.Double
|
TimelineItemGroupControlList
Declaration
public IList<TimelineItemGroupControl> TimelineItemGroupControlList { get; }
Property Value
System.Collections.Generic.IList<TimelineItemGroupControl>
|
XamlTag
Declaration
public override string XamlTag { get; }
Property Value
System.String
|
Overrides
Methods
AssignReference(AutomationReference)
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
AutomationReference
reference
|