ClassGroupData
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
GroupData()
Declaration
public GroupData()
Properties
DataItems
Gets or sets the data items.
Declaration
public List<TimelineDataItem> DataItems { get; set; }
Property Value
The data items.
EndTicks
Gets or sets the end ticks.
RowsCount
Gets or sets the rows count.
StartTicks
Gets or sets the start ticks.
Declaration
public long StartTicks { get; set; }
Property Value
The start ticks.
Methods
CompareTo(DateTime)
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.
CompareTo(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.
Equals(object)
Determines whether the specified object is equal to this instance.
GetHashCode()
Returns a hash code for this instance.
Declaration
public override int GetHashCode()
Returns
A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
Overrides
Operators
operator !=(GroupData, GroupData)
Implements the operator !=.
operator <(GroupData, GroupData)
Implements the operator <.
operator ==(GroupData, GroupData)
Implements the operator ==.
operator >(GroupData, GroupData)
Implements the operator >.