AppointmentDependencyFormController.DependentTaskDescription Property
Gets the Description property value of the appointment that corresponds to the dependent 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 DependentTaskDescription gets the Appointment.Description value of the appointment specified by the AppointmentDependency.DependentId property.
See Also