Class TimelineDataItemGroup
Represents a group of data items, which hold the information for a group of Rad
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 Timeline
Declaration
public TimelineDataItemGroup(string groupKey)
Parameters
System.
|
Properties
DataGroups
Gets the data groups.
Declaration
public List<TimelineGroupData> DataGroups { get; }
Property Value
System.
|
DataItems
Gets the dataItems.
Declaration
public IEnumerable<TimelineDataItem> DataItems { get; }
Property Value
System.
|
GroupKey
Gets the group key.
Declaration
public string GroupKey { get; }
Property Value
System.
|
Methods
OnPropertyChanged(String)
Called when property changed.
Declaration
protected void OnPropertyChanged(string propertyName)
Parameters
System. Name of the property. |
Events
PropertyChanged
Occurs when a property value changes.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.
|