Gets the Resource object corresponding to the underlying row. This is a dependency property.
Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public Resource Resource { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Resource As Resource |
An instance of the Resource class or a Resource-derived class.
See Also