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

HtmlEditorErrorFrameCloseButtonStyle Class

Contains styles settings defining the appearance of the close button displayed within the editor’s error frame.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

public class HtmlEditorErrorFrameCloseButtonStyle :
    ButtonStyle

The following members return HtmlEditorErrorFrameCloseButtonStyle objects:

Remarks

An object of the HtmlEditorErrorFrameCloseButtonStyle type can be accessed via the HtmlEditorValidationSettings.ErrorFrameCloseButtonStyle property of the control.

See Also