Search
Calendar.ResourceViewSettings Property
See Also
 






Gets the ResourceViewSettings object used to customize the visualization of a Resource view.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public ResourceViewSettings ResourceViewSettings { get; }

Visual Basic  Copy Code

Public ReadOnly Property ResourceViewSettings As ResourceViewSettings

 Property Value

An instance of the ResourceViewSettings class.

 See Also