Checks whether the row associated with the specified Contact, Location, Task or Resource in a Resource view is expanded.
Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public bool IsResourceRowExpanded ( |
Visual Basic
Copy Code
|
|---|
Public Function IsResourceRowExpanded ( _ |
Returns true if the associated row is expanded or false if either the row is collapsed, there is no such row or the current view is not a ResourceView.
See Also