Skip to main content

HtmlEditorFileManagerToolbarSettings.ShowPath Property

Gets or sets a value that specifies whether the path box is displayed in built-in dialogs.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(false)]
public override bool ShowPath { get; set; }

Property Value

Type Default Description
Boolean false

true, if the path panel is visible, otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to ShowPath
HtmlEditorFileManagerSettingsBase
.ToolbarSettings .ShowPath
See Also