Skip to main content

SelectedAppointmentItemCollection Class

Namespace: DevExpress.WinUI.Scheduler

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

NuGet Package: DevExpress.WinUI

Declaration

public class SelectedAppointmentItemCollection :
    ObservableRangeCollection<AppointmentItem>

The following members return SelectedAppointmentItemCollection objects:

Inheritance

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