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

ASPxHtmlEditorSettings Members

Contains settings that relate to the ASPxHtmlEditor‘s base functionality.

Constructors

Name Description
ASPxHtmlEditorSettings(IPropertiesOwner) Initializes a new instance of the ASPxHtmlEditorSettings class with the specified owner.

Properties

Name Description
AllowContextMenu Gets or sets a value that specifies whether the editor’s specific context menu is available to end-users in design view and html view.
AllowCustomColorsInColorPickers Gets or sets a value specifying whether custom colors are available in the editor’s color pickers.
AllowDesignView Gets or sets a value that specifies whether the Design View is available to end-users.
AllowHtmlView Gets or sets a value that specifies whether the HTML View is available to end-users.
AllowInsertDirectImageUrls Gets or sets a value that specifies whether direct links to the specified images located on other web sites are allowed to be inserted into the editor’s HTML markup.
AllowPreview Gets or sets a value that specifies whether the Preview View is available to end-users.
AllowSaveBinaryImageToServer Gets or sets a value that specifies whether a dropped and pasted image should be saved on the server and its generated URL should be used in html or paste this image as a base64 image in html.
AllowScriptExecutionInPreview Gets or sets a value that specifies whether the editor’s content scripts should be executed in Preview.
EnableContextMenuScrolling Gets or sets whether to enable context menu scrolling.
SettingsHtmlView Provides access to settings that relate to HTML View.
SettingsRibbonToolbar Provides access to the settings of the ribbon toolbar.
ShowTagInspector Gets or sets a value that specifies whether the tag inspector is displayed in the ASPxHtmlEditor.

Methods

Name Description
Assign(PropertiesBase) Copies the settings of the specified object to the current one.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns the string that represents the current object. Inherited from StateManager.
See Also