Class TimeRulerLineRenderingStatistics
Inheritance
System.Object
TimeRulerLineRenderingStatistics
Namespace: Telerik.Windows.Controls.Scheduling
Assembly: Telerik.Windows.Scheduling.Core.dll
Syntax
public class TimeRulerLineRenderingStatistics : Object, ICellsRenderingStatistics, INotifyDataChanged, IDisposable
Constructors
TimeRulerLineRenderingStatistics(TimeRulerSettings)
Declaration
public TimeRulerLineRenderingStatistics(TimeRulerSettings timeRulerSettings)
Parameters
TimeRulerSettings
timeRulerSettings
|
Properties
ItemsCount
Declaration
public int ItemsCount { get; }
Property Value
System.Int32
|
Implements
Methods
Dispose()
Declaration
public void Dispose()
Dispose(Boolean)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
System.Boolean
disposing
|
GetDistance(Int32, Int32)
Declaration
public double GetDistance(int from, int to)
Parameters
System.Int32
from
|
System.Int32
to
|
Returns
System.Double
|
Implements
GetGapAfterItem(Int32)
Declaration
public double GetGapAfterItem(int index)
Parameters
System.Int32
index
|
Returns
System.Double
|
Implements
GetItemByOffset(Double)
Declaration
public int GetItemByOffset(double offset)
Parameters
System.Double
offset
|
Returns
System.Int32
|
Implements
GetItemsLength()
Declaration
public double GetItemsLength()
Returns
System.Double
|
Implements
GetItemStart(Int32)
Declaration
public double GetItemStart(int index)
Parameters
System.Int32
index
|
Returns
System.Double
|
Implements
GetLastUpdatedItems()
GetNodeRenderLength(Int32)
Declaration
public double GetNodeRenderLength(int index)
Parameters
System.Int32
index
|
Returns
System.Double
|
Implements
OnDataChanged(EventArgs)
Declaration
protected virtual void OnDataChanged(EventArgs e)
Parameters
System.EventArgs
e
|
UpdateItemLength(Int32, Double)
Declaration
public void UpdateItemLength(int index, double length)
Parameters
System.Int32
index
|
System.Double
length
|
Implements
Events
DataChanged
Declaration
public event EventHandler DataChanged
Event Type
System.EventHandler
|