DependencyViewInfo.ToString() Method
Returns the textual representation of the visual dependency location.
Namespace: DevExpress.XtraScheduler.Drawing
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
Returns
Type | Description |
---|---|
String | A String value which is the textual representation of the location. |
Remarks
The ToString method returns the values of the DependencyViewInfo.Start and the DependencyViewInfo.End properties of the current DependencyViewInfo as shown below:
{X=174,Y=105} - {X=224,Y=105}
See Also