HtmlEditorDocumentSelectorBreadcrumbsSettings.Position Property
Gets or sets the breadcrumbs position within the Document Selector.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
[DefaultValue(BreadcrumbsPosition.Top)]
public override BreadcrumbsPosition Position { get; set; }
Property Value
Type | Default | Description |
---|---|---|
BreadcrumbsPosition | Top | One of the BreadcrumbsPosition enumeration values. |
Available values:
Name | Description |
---|---|
Top | The breadcrumbs are displayed at the top of the file area. |
Bottom | The breadcrumbs are displayed at the bottom of the file area. |
Remarks
When the HtmlEditorDocumentSelectorBreadcrumbsSettings.Visible property is set to true
, the breadcrumbs element is displayed. Use the Position property to specify the breadcrumbs position in the Document Selector.
See Also