UserInterfaceObject.ToString() Method
In This Article
Returns the element’s textual representation.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.dll
NuGet Package: DevExpress.Scheduler.Core
#Declaration
#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