Back to Devexpress

HtmlEditorDefaultDialogSettings Class

aspnet-devexpress-dot-web-dot-aspxhtmleditor-aa24eed0.md

latest2.2 KB
Original Source

HtmlEditorDefaultDialogSettings Class

Contains customization settings of the built-in dialogs.

Namespace : DevExpress.Web.ASPxHtmlEditor

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

NuGet Package : DevExpress.Web

Declaration

csharp
public class HtmlEditorDefaultDialogSettings :
    ASPxHtmlEditorSettingsBase
vb
Public Class HtmlEditorDefaultDialogSettings
    Inherits ASPxHtmlEditorSettingsBase

The following members return HtmlEditorDefaultDialogSettings objects:

Remarks

The HtmlEditorDefaultDialogSettings class contains settings that allow you to customize the availability of elements within the built-in dialog forms.

The settings exposed by this class can be accessed via the editor’s ASPxHtmlEditor.SettingsDialogs property.

Implements

IStateManager

IPropertiesOwner

Inheritance

Object StateManager PropertiesBase ASPxHtmlEditorSettingsBase HtmlEditorDefaultDialogSettings MVCxHtmlEditorDefaultDialogSettings

See Also

HtmlEditorDefaultDialogSettings Members

DevExpress.Web.ASPxHtmlEditor Namespace