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

HtmlEditorStatusBarStyles.Reset() Method

Returns the HtmlEditorStatusBarStyles object to its original state.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

Declaration

public override void Reset()

Remarks

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

See Also