AppointmentDependencyDataStorage.Items Property
Provides access to the AppointmentDependency collection owned by this AppointmentDependencyDataStorage.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v20.2.dll
Declaration
[Browsable(false)]
public AppointmentDependencyCollection Items { get; }
<Browsable(False)>
Public ReadOnly Property Items As AppointmentDependencyCollection
Property Value
Type | Description |
---|---|
AppointmentDependencyCollection | An AppointmentDependencyCollection object that stores AppointmentDependency objects, owned by this AppointmentDependencyDataStorage. |
Implements
See Also
Feedback