ClassTimeRulerLineRenderingStatistics
Class
Definition
Namespace:Telerik.Windows.Controls.Scheduling
Assembly:Telerik.Windows.Scheduling.Core.dll
Syntax:
cs-api-definition
public class TimeRulerLineRenderingStatistics : ICellsRenderingStatistics, INotifyDataChanged, IDisposable
Inheritance: objectTimeRulerLineRenderingStatistics
Implements:
Constructors
TimeRulerLineRenderingStatistics(TimeRulerSettings)
Declaration
cs-api-definition
[SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors")]
public TimeRulerLineRenderingStatistics(TimeRulerSettings timeRulerSettings)
Parameters
timeRulerSettings
Properties
ItemsCount
The count of the items for which the statistics are held.
Methods
Dispose()
Declaration
cs-api-definition
public void Dispose()
Implements
Dispose(bool)
Declaration
cs-api-definition
protected virtual void Dispose(bool disposing)
Parameters
disposing
OnDataChanged(EventArgs)
Declaration
cs-api-definition
protected virtual void OnDataChanged(EventArgs e)
Parameters
e
Events
DataChanged
Occurs when the data changes.
Declaration
cs-api-definition
public event EventHandler DataChanged
Event Value
Implements