Interface ICellsRenderingStatistics
Inherited Members
Namespace: Telerik.Windows.Rendering
Assembly: Telerik.Windows.Scheduling.Core.dll
Syntax
public interface ICellsRenderingStatistics : INotifyDataChanged
Properties
ItemsCount
The count of the items for which the statistics are held.
Declaration
int ItemsCount { get; }
Property Value
System.Int32
|
Methods
GetDistance(Int32, Int32)
Declaration
double GetDistance(int from, int to)
Parameters
System.Int32
from
|
System.Int32
to
|
Returns
System.Double
|
GetGapAfterItem(Int32)
Declaration
double GetGapAfterItem(int index)
Parameters
System.Int32
index
|
Returns
System.Double
|
GetItemByOffset(Double)
Declaration
int GetItemByOffset(double offset)
Parameters
System.Double
offset
|
Returns
System.Int32
|
GetItemsLength()
Declaration
double GetItemsLength()
Returns
System.Double
|
GetItemStart(Int32)
Declaration
double GetItemStart(int index)
Parameters
System.Int32
index
|
Returns
System.Double
|
GetLastUpdatedItems()
GetNodeRenderLength(Int32)
Declaration
double GetNodeRenderLength(int index)
Parameters
System.Int32
index
|
Returns
System.Double
|
UpdateItemLength(Int32, Double)
Declaration
void UpdateItemLength(int index, double length)
Parameters
System.Int32
index
|
System.Double
length
|