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

RichEditImages.Reset() Method

Returns the RichEditImages object to its original state.

Namespace: DevExpress.Web.ASPxRichEdit

Assembly: DevExpress.Web.ASPxRichEdit.v21.2.dll

NuGet Package: DevExpress.Web.Office

Declaration

public override void Reset()

Remarks

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

See Also