MindFusion WinForms Programmer's Guide
MonthCellLayout Enumeration
See Also
 





Specifies the layout of the cells in a SingleMonth and MonthRange views.

Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public enum MonthCellLayout

Visual Basic  Copy Code

Public Enum MonthCellLayout

 Members

  Member name Description

Grid

Indicates that the cells are laid out in a grid, where each row in the grid contains the days of a single week.

Linear

Indicates that the cells are laid out in a single row.

Unspecified

Unspecified.

 See Also

MindFusion.Scheduling.WinForms Namespace