Skip to main content
Tab

ColorEditItem.ToString() Method

Returns the textual representation of the ColorEditItem object.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public override string ToString()

Returns

Type Description
String

A String value that is the textual representation of the item’s ColorEditItem.Color property value.

See Also