dbicCalendar Send comments on this topic.
Locked Property
See Also 
dbicPIM Assembly > Dbi.PIM Namespace > dbiAppointmentItem Class : Locked Property

Determines if the appointment can be moves or sized by user-interaction.

Syntax

Visual Basic (Declaration) 
Public Overridable Property Locked As Boolean
C# 
public virtual bool Locked {get; set;}

Property Value

A Boolean value

Remarks

If this property value is set to true, the appointment can be moved and resized programmatically.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also