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

BreadcrumbsPosition Enum

Lists values that specify the breadcrumbs‘s position in the ASPxFileManager control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public enum BreadcrumbsPosition

Members

Name Description
Top

The breadcrumbs are displayed at the top of the file area.

ASPxFileManager_BreadcrumbsPositionTop

Bottom

The breadcrumbs are displayed at the bottom of the file area.

ASPxFileManager_BreadcrumbsPositionBottom

Remarks

Values listed by this enumeration are used to set the FileManagerSettingsBreadcrumbs.Position property’s value.

See Also