CellsRenderingHelper
Class
Definition
Namespace:Telerik.Windows.Rendering
Assembly:Telerik.Windows.Scheduling.Core.dll
Syntax:
C#
public class CellsRenderingHelper : ILogicalCanvasRenderingHelper, INotifyDataChanged, IDisposable
Inheritance: objectCellsRenderingHelper
Derived Classes:
Implements:
Constructors
C#
public CellsRenderingHelper(ICellsRenderingStatistics statistics, Func<object, CellRenderArea> getRenderArea, Func<object, Range<int>> getCellCoordinates)
Properties
C#
public ICellsRenderingStatistics Statistics { get; }
Methods
C#
public void Dispose()
Implements:
Events
Occurs when the data changes.
C#
public event EventHandler DataChanged
Implements: