Skip to main content

AppointmentDependencyFormController.ParentTaskDescription Property

Gets the Description property value of the appointment that corresponds to the parent task in the current dependency.

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public string ParentTaskDescription { get; }

Property Value

Type Description
String

A string that is the appointment (task) description.

Remarks

The ParentTaskDescription gets the Appointment.Description value of the appointment specified by the AppointmentDependency.ParentId property.

See Also