MindFusion.Wpf Pack Programmer's Guide
ResourceViewStyle Enumeration
See Also
 





Specifies the style of a Resource view.

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

 Syntax

C#  Copy Code

public enum ResourceViewStyle

Visual Basic  Copy Code

Public Enum ResourceViewStyle

 Members

  Member name Description

General

Each row in a Resource view has a fixed width. The items within the row are positioned much like in a Timetable view.

Lanes

Each row in a Resource view displays one or more lanes where items are positioned. More lanes are added automatically to respect the requirement that all overlapping items are on separate lanes.

 Remarks

A value of this enumeration is assigned to the ViewStyle property of the ResourceViewSettings class.

 See Also

MindFusion.Scheduling.Wpf Namespace