Skip to main content

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.v24.2.dll

NuGet Package: DevExpress.Web

#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