PocketPlanner Programmer's Guide

Appointment.AllowChangeStart Property

See Also

Gets or sets a value indicating whether users are allowed to change the appointment's start time.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public override bool AllowChangeStart { get; set; }

Visual Basic

Public Overrides Property AllowChangeStart As Boolean

 Property Value

true if the appointment's start can be modified interactively; otherwise, false. The default is true.

 See Also