Interface IRenderingStatistics
Inherited Members
Namespace: Telerik.Windows.Rendering
Assembly: Telerik.Windows.Scheduling.Core.dll
Syntax
public interface IRenderingStatistics : ICellsRenderingStatistics, INotifyDataChanged
Methods
BeginUpdating()
Declaration
IDisposable BeginUpdating()
Returns
System.IDisposable
|
GetChildrenAfterPadding(Int32)
Declaration
double GetChildrenAfterPadding(int parentIndex)
Parameters
System.Int32
parentIndex
|
Returns
System.Double
|
GetChildrenGap(Int32)
Declaration
double GetChildrenGap(int parentIndex)
Parameters
System.Int32
parentIndex
|
Returns
System.Double
|
GetLevelsLength()
Declaration
double GetLevelsLength()
Returns
System.Double
|
GetLevelStart(Int32)
Declaration
double GetLevelStart(int level)
Parameters
System.Int32
level
|
Returns
System.Double
|
InsertStatsForItems(Int32, Int32)
Inserts a new item with the currently calculated default values at a specified index.
Declaration
void InsertStatsForItems(int index, int count)
Parameters
System.Int32
index
The index in which to be inserted the new item. |
System.Int32
count
|
RemoveStatsForItems(Int32, Int32)
Removes an item from the specified index.
Declaration
void RemoveStatsForItems(int index, int count)
Parameters
System.Int32
index
The index to be removed. |
System.Int32
count
|
Reset(Int32)
Declaration
void Reset(int count)
Parameters
System.Int32
count
|
UpdateChildrenAfterPadding(Int32, Double)
Declaration
void UpdateChildrenAfterPadding(int parentIndex, double length)
Parameters
System.Int32
parentIndex
|
System.Double
length
|
UpdateChildrenGap(Int32, Double)
Declaration
void UpdateChildrenGap(int parentIndex, double length)
Parameters
System.Int32
parentIndex
|
System.Double
length
|
UpdateGapAfterItem(Int32, Double)
Declaration
void UpdateGapAfterItem(int index, double length)
Parameters
System.Int32
index
|
System.Double
length
|
UpdateLengthForLevel(Int32, Double, Boolean)
Declaration
void UpdateLengthForLevel(int level, double length, bool canShrink)
Parameters
System.Int32
level
|
System.Double
length
|
System.Boolean
canShrink
|
UpdateNodeRenderLength(Int32, Double)
Declaration
void UpdateNodeRenderLength(int index, double length)
Parameters
System.Int32
index
|
System.Double
length
|
UpdateStartForLevel(Int32, Double, Boolean)
Declaration
void UpdateStartForLevel(int level, double length, bool canShrink)
Parameters
System.Int32
level
|
System.Double
length
|
System.Boolean
canShrink
|