MindFusion.Wpf Pack Programmer's Guide
ItemSettings.CalendarStyle Property
See Also
 





Gets or sets the CalendarStyle used to paint schedule items that don't have a distinct style assigned to them.

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

 Syntax

C#  Copy Code

public CalendarStyle CalendarStyle { get; set; }

Visual Basic  Copy Code

Public Property CalendarStyle As CalendarStyle

 Property Value

A CalendarStyle object defining the appearance of schedule items. This property cannot be null (Nothing in Visual Basic).

 Remarks

To read more about how this property affects items appearance, refer to the Customizing the Appearance of Items topic.

 See Also

ItemSettings Members
ItemSettings Class
MindFusion.Scheduling.Wpf Namespace
SelectedItemStyle Property
PointedItemStyle Property
PointedSelectedItemStyle Property
UseExtendedStyles Property
CalendarStyle Class