PocketPlanner Programmer's Guide

ItemSettings.SelectedItemStyle Property

See Also

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

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public Style SelectedItemStyle { get; set; }

Visual Basic

Public Property SelectedItemStyle As Style

 Property Value

A Style object defining the appearance of schedule items. This property cannot be null.

 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.Compact Namespace
Style Property
PointedItemStyle Property
PointedSelectedItemStyle Property
UseExtendedStyles Property