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.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
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