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

DialogCssClassItem.ToString() Method

Returns a string that denotes the DialogCssClassItem object.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v19.2.dll

Declaration

public override string ToString()

Returns

Type Description
String

A String that denotes the current DialogCssClassItem object.

Remarks

The ToString method returns a human-readable string that is the value of the item’s DialogCssClassItem.Text property. If this property is set to an empty string, then the ToString method returns the fully qualified name of the type of the DialogCssClassItem object.

See Also