Skip to main content

HtmlEditorCssFile.ToString() Method

Returns the string that represents a current object.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v23.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