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

AppearanceObject.ToString() Method

Returns a string representing the current appearance object.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v19.2.dll

Declaration

public override string ToString()

Returns

Type Description
String

A String value which represents an appearance object.

Remarks

This method overrides the base class ToString method to return the “Appearance” string.

See Also