PocketPlanner Programmer's Guide

Appointment.SelectedStyle Property

See Also

Gets or sets the style used when this appointment is selected.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public override Style SelectedStyle { get; set; }

Visual Basic

Public Overrides Property SelectedStyle As Style

 Property Value

An instance of the Style class that defines the appearance of the item.

 Remarks

This style is applied on the appointment when it is selected.

 See Also