GroupData
ViewModel that represents a non-intersecting group of timeline dataItems.
Definition
Namespace:Telerik.Windows.Controls.Timeline
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
public class GroupData : IComparable, IComparable<DateTime>
Inheritance: objectGroupData
Derived Classes:
Implements:
Constructors
public GroupData()
Properties
Gets or sets the data items.
public List<TimelineDataItem> DataItems { get; set; }
The data items.
Gets or sets the end ticks.
public long EndTicks { get; set; }
The end ticks.
Gets or sets the rows count.
public int RowsCount { get; set; }
The rows count.
Gets or sets the start ticks.
public long StartTicks { get; set; }
The start ticks.
Methods
Compares the current instance with another DateTime and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
Returns a hash code for this instance.
public override int GetHashCode()
A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
Overrides: