Skip to main content

UserInterfaceObject.ToString() Method

Returns the element’s textual representation.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v24.2.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