MindFusion.Wpf Pack Programmer's Guide
CellPresenter.Resource Property
See Also
 





Gets the resource (if any) the cell is associated with. This is a dependency property.

Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf

 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 or null (Nothing in Visual Basic) if the current view is not grouped.

 See Also

CellPresenter Members
CellPresenter Class
MindFusion.Scheduling.Wpf Namespace