Definition
Namespace:Telerik.Windows.Controls.Scheduling
Assembly:Telerik.Windows.Scheduling.Core.dll
Syntax:
C#
public class TimeRulerLineRenderingStatistics : ICellsRenderingStatistics, INotifyDataChanged, IDisposable
Inheritance: objectTimeRulerLineRenderingStatistics
Implements:
Constructors
C#
public TimeRulerLineRenderingStatistics(TimeRulerSettings timeRulerSettings)
Properties
The count of the items for which the statistics are held.
C#
public int ItemsCount { get; }
Implements:
Methods
C#
public void Dispose()
Implements:
Events
Occurs when the data changes.
C#
public event EventHandler DataChanged
Implements: