Class TimelineItemGroupControl
Inheritance
System.Object
TimelineItemGroupControl
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.Wpf
Assembly: Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax
public class TimelineItemGroupControl : ContentControl, IAutomationPeer, IPeerConverter, IContentControl, IControl, IFrameworkElement, ITargetElement
Constructors
TimelineItemGroupControl()
Declaration
public TimelineItemGroupControl()
Properties
GroupText
Declaration
public string GroupText { get; }
Property Value
System.String
|
Path
TimeLineInstantItemControlList
Declaration
public IList<TimeLineInstantItemControl> TimeLineInstantItemControlList { get; }
Property Value
System.Collections.Generic.IList<TimeLineInstantItemControl>
|
TimeLineItemControlList
Declaration
public IList<TimeLineItemControl> TimeLineItemControlList { get; }
Property Value
System.Collections.Generic.IList<TimeLineItemControl>
|
TimelineItemsCount
Declaration
public int TimelineItemsCount { get; }
Property Value
System.Int32
|
ToggleButton
XamlTag
Declaration
public override string XamlTag { get; }
Property Value
System.String
|