aspnet-devexpress-dot-web-502cb272.md
Lists values that specify the breadcrumbs‘s position in the ASPxFileManager control.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public enum BreadcrumbsPosition
Public Enum BreadcrumbsPosition
| 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.
|
The following properties accept/return BreadcrumbsPosition values:
Values listed by this enumeration are used to set the FileManagerSettingsBreadcrumbs.Position property’s value.
See Also