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

Determines if the appointment can be modified by user interaction.

Syntax

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

Property Value

A Boolean value.

Requirements

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

See Also