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

HtmlEditorCssFile.ToString() Method

Returns the string that represents a current object.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

public override string ToString()

Returns

Type Description
String

A string that represents the current HtmlEditorCssFile object.

See Also