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

HtmlEditorFileManagerSettingsBase.ToolbarSettings Property

Provides access to the visibility of toolbar items in a built-in dialog media selector.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

Declaration

public HtmlEditorFileManagerToolbarSettings ToolbarSettings { get; }

Property Value

Type Description
HtmlEditorFileManagerToolbarSettings

An HtmlEditorFileManagerToolbarSettings object that contains the visibility options.

Property Paths

You can access this nested property as listed below:

Object Type Path to ToolbarSettings
HtmlEditorInsertAudioDialogSettings
.SettingsAudioSelector.ToolbarSettings
HtmlEditorInsertFlashDialogSettings
.SettingsFlashSelector.ToolbarSettings
HtmlEditorInsertImageDialogSettings
.SettingsImageSelector.ToolbarSettings
HtmlEditorInsertLinkDialogSettings
.SettingsDocumentSelector.ToolbarSettings
HtmlEditorInsertVideoDialogSettings
.SettingsVideoSelector.ToolbarSettings
MVCxHtmlEditorInsertAudioDialogSettings
.SettingsAudioSelector.ToolbarSettings
MVCxHtmlEditorInsertFlashDialogSettings
.SettingsFlashSelector.ToolbarSettings
MVCxHtmlEditorInsertImageDialogSettings
.SettingsImageSelector.ToolbarSettings
MVCxHtmlEditorInsertLinkDialogSettings
.SettingsDocumentSelector.ToolbarSettings
MVCxHtmlEditorInsertVideoDialogSettings
.SettingsVideoSelector.ToolbarSettings
See Also