Skip to main content

HtmlEditorImages.Reset() Method

Returns the HtmlEditorImages object to its original state.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

public override void Reset()

Remarks

Use the Reset method to clear any explicitly defined properties and reset the HtmlEditorImages object to its original (that is, default) state.

See Also