PocketPlanner Programmer's Guide

Selection.SelectedElementsStyle Property

See Also

Gets or sets the visualization style to apply to selected elements.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public Style SelectedElementsStyle { get; set; }

Visual Basic

Public Property SelectedElementsStyle As Style

 Property Value

A Style object specifying the style applied to selected calendar cells. This property cannot be null.

 See Also