AppearanceObject.ToString() Method
Returns a string representing the current appearance object.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
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