Skip to main content

AppointmentViewInfo.Selected Property

Determines whether the appointment is currently selected.

Namespace: DevExpress.Xpf.Scheduler.Drawing

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

#Declaration

public bool Selected { get; set; }

#Property Value

Type Description
Boolean

true if an appointment is selected; otherwise, false.

#Implements

DevExpress.XtraScheduler.Native.ISelectableIntervalViewInfo.Selected
See Also