New to Telerik UI for WPFStart a free 30-day trial

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:

C#
public class TimelineDataItemGroup : INotifyPropertyChanged

Inheritance: objectTimelineDataItemGroup

Implements: INotifyPropertyChanged

Constructors

Initializes a new instance of the TimelineDataItemGroup class.

C#
public TimelineDataItemGroup(string groupKey)
Parameters:groupKeystring

Properties

Gets the data groups.

C#
public List<TimelineGroupData> DataGroups { get; }

Gets the dataItems.

C#
public IEnumerable<TimelineDataItem> DataItems { get; }

Gets the group key.

C#
public string GroupKey { get; }

Methods

Called when property changed.

C#
protected void OnPropertyChanged(string propertyName)
Parameters:propertyNamestring

Name of the property.

Events

Occurs when a property value changes.

C#
public event PropertyChangedEventHandler PropertyChanged

Implements: INotifyPropertyChanged.PropertyChanged