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

HtmlEditorDocumentSelectorToolbarSettings Class

Contains settings to control the visibility of toolbar items within the Image Selector or Document Selector.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v19.1.dll

Declaration

public class HtmlEditorDocumentSelectorToolbarSettings :
    HtmlEditorFileManagerToolbarSettings

Remarks

A HtmlEditorDocumentSelectorToolbarSettings class instance can be accessed using the HtmlEditorFileManagerSettingsBase.ToolbarSettings property available via the HtmlEditorInsertLinkDialogSettings.SettingsDocumentSelector or HtmlEditorInsertImageDialogSettings.SettingsImageSelector property.

See Also