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

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

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:

See Also