Skip to main content

HtmlEditorDocumentSelectorToolbarSettings.ShowPath Property

Gets or sets a value that specifies whether the path box is displayed in the Document Selector.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Boolean true

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

See Also