PocketPlanner Programmer's Guide

CellSettings.ShowToday Property

See Also

Gets or sets a value indicating whether the calendar should mark the current cell by underlining the header area.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public State ShowToday { get; set; }

Visual Basic

Public Property ShowToday As State

 Property Value

Specify Enabled to indicate visually the current day; otherwise, Disabled. Assign Unspecified to this property to use the corresponding value from the current theme.

 See Also