Class TimelineDataItemGroup
Represents a group of data items, which hold the information for a group of RadTimeline items.
Inheritance
Namespace: Telerik.Windows.Controls.Timeline
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class TimelineDataItemGroup : Object, INotifyPropertyChanged
Constructors
TimelineDataItemGroup(String)
Initializes a new instance of the TimelineDataItemGroup class.
Declaration
public TimelineDataItemGroup(string groupKey)
Parameters
System.String
groupKey
|
Properties
DataGroups
Gets the data groups.
Declaration
public List<TimelineGroupData> DataGroups { get; }
Property Value
System.Collections.Generic.List<TimelineGroupData>
|
DataItems
Gets the dataItems.
Declaration
public IEnumerable<TimelineDataItem> DataItems { get; }
Property Value
System.Collections.Generic.IEnumerable<TimelineDataItem>
|
GroupKey
Gets the group key.
Declaration
public string GroupKey { get; }
Property Value
System.String
|
Methods
OnPropertyChanged(String)
Called when property changed.
Declaration
protected void OnPropertyChanged(string propertyName)
Parameters
System.String
propertyName
Name of the property. |
Events
PropertyChanged
Occurs when a property value changes.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler
|