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

SelectedAppointmentItemCollection Class

Namespace: DevExpress.WinUI.Scheduler

Assembly: DevExpress.WinUI.Scheduler.v22.1.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