Class
TimelineDataItemGroup

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: INotifyPropertyChanged

Constructors

TimelineDataItemGroup(string)

Initializes a new instance of the TimelineDataItemGroup class.

Declaration

cs-api-definition
public TimelineDataItemGroup(string groupKey)

Parameters

groupKey

string

Properties

DataGroups

Gets the data groups.

Declaration

cs-api-definition
public List<TimelineGroupData> DataGroups { get; }

Property Value

List<TimelineGroupData>

DataItems

Gets the dataItems.

Declaration

cs-api-definition
public IEnumerable<TimelineDataItem> DataItems { get; }

Property Value

IEnumerable<TimelineDataItem>

GroupKey

Gets the group key.

Declaration

cs-api-definition
public string GroupKey { get; }

Property Value

string

Methods

OnPropertyChanged(string)

Called when property changed.

Declaration

cs-api-definition
protected void OnPropertyChanged(string propertyName)

Parameters

propertyName

string

Name of the property.

Events

PropertyChanged

Occurs when a property value changes.

Declaration

cs-api-definition
public event PropertyChangedEventHandler PropertyChanged

Event Value

PropertyChangedEventHandler

Implements INotifyPropertyChanged.PropertyChanged