MindFusion.Scheduling for Silverlight Programmer's Guide
CellPresenterCreatingEventArgs.Resource Property
See Also
 





Gets the resource associated with the cell whose presenter is being created.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Silverlight

 Syntax

C#  Copy Code

public Resource Resource { get; }

Visual Basic  Copy Code

Public ReadOnly Property Resource As Resource

 Property Value

An instance of the Resource class.

 Remarks

This property, along with the StartTime and EndTime properties, can be used to determine whether to create a custom CellPresenter object for a particular cell.

 See Also

CellPresenterCreatingEventArgs Members
CellPresenterCreatingEventArgs Class
MindFusion.Scheduling Namespace