PocketPlanner Programmer's Guide

DateStyle.AllowSelect Property

See Also

Gets or sets a value indicating whether the date cells in this range can be selected.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public bool AllowSelect { get; set; }

Visual Basic

Public Property AllowSelect As Boolean

 Property Value

true to let users select the date cells; otherwise, false. The default is true.

 See Also