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

UserInterfaceObject.ToString() Method

Returns the element’s textual representation.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.1.Core.dll

Declaration

public override string ToString()

Returns

Type Description
String

A String value that is the textual representation of the current element.

Remarks

This method overrides the ToString() method to return the UserInterfaceObject.DisplayName property’s value.

See Also