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