ClassCellsRenderingHelper
Class
Definition
Namespace:Telerik.Windows.Rendering
Assembly:Telerik.Windows.Scheduling.Core.dll
Syntax:
cs-api-definition
public class CellsRenderingHelper : ILogicalCanvasRenderingHelper, INotifyDataChanged, IDisposable
Inheritance: objectCellsRenderingHelper
Derived Classes:
Implements:
Constructors
CellsRenderingHelper(ICellsRenderingStatistics, Func<object, CellRenderArea>, Func<object, Range<int>>)
Declaration
cs-api-definition
public CellsRenderingHelper(ICellsRenderingStatistics statistics, Func<object, CellRenderArea> getRenderArea, Func<object, Range<int>> getCellCoordinates)
Parameters
statistics
getRenderArea
getCellCoordinates
Properties
Statistics
Declaration
cs-api-definition
public ICellsRenderingStatistics Statistics { get; }
Property Value
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