MindFusion.Scheduling for Silverlight Programmer's Guide
ItemSettings.SelectedItemStyle Property
See Also
 





Gets or sets the CalendarStyle used to paint selected schedule items.

Namespace: MindFusion.Scheduling.Silverlight
Assembly: MindFusion.Scheduling.Silverlight

 Syntax

C#  Copy Code

public CalendarStyle SelectedItemStyle { get; set; }

Visual Basic  Copy Code

Public Property SelectedItemStyle As CalendarStyle

 Property Value

A CalendarStyle object defining the appearance of selected 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.Silverlight Namespace
CalendarStyle Property
PointedItemStyle Property
PointedSelectedItemStyle Property
UseExtendedStyles Property
CalendarStyle Class