Skip to main content
A newer version of this page is available. .

SelectedAppointmentItemCollection Class

Namespace: DevExpress.WinUI.Scheduler

Assembly: DevExpress.WinUI.Scheduler.v21.2.dll

Declaration

public class SelectedAppointmentItemCollection :
    ObservableRangeCollection<AppointmentItem>

The following members accept/return SelectedAppointmentItemCollection objects:

Inheritance

Object
Collection<AppointmentItem>
ObservableCollection<AppointmentItem>
DevExpress.WinUI.Core.Internal.ObservableRangeCollection<AppointmentItem>
SelectedAppointmentItemCollection
See Also