A newer version of this page is available.
Switch to the current version.
AppointmentDependencyBaseCollection.GetDependenciesByParentId(Object) Method
Gets appointment dependencies whose parent appointment has the specified ID.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v19.1.Core.dll
Declaration
public AppointmentDependencyBaseCollection GetDependenciesByParentId(
object parentId
)
Public Function GetDependenciesByParentId(
parentId As Object
) As AppointmentDependencyBaseCollection
Parameters
Name | Type | Description |
---|---|---|
parentId | Object | An object that is the unique identifier of the appointment that is the dependent appointment for all items in the resulting collection. |
Returns
Type | Description |
---|---|
AppointmentDependencyBaseCollection | An AppointmentDependencyBaseCollection object that is the collection of appointment dependencies. |
See Also
Feedback