PocketPlanner Programmer's Guide

Calendar.ResourceViewSettings Property

See Also

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

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public ResourceViewSettings ResourceViewSettings { get; }

Visual Basic

Public ReadOnly Property ResourceViewSettings As ResourceViewSettings

 Property Value

An instance of the ResourceViewSettings class.

 See Also