Skip to main content
A newer version of this page is available. .

DependencyViewInfo.ToString() Method

Returns the textual representation of the visual dependency location.

Namespace: DevExpress.XtraScheduler.Drawing

Assembly: DevExpress.XtraScheduler.v19.1.dll

Declaration

public override string ToString()

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