Back to Devexpress

BreadcrumbsPosition Enum

aspnet-devexpress-dot-web-502cb272.md

latest2.2 KB
Original Source

BreadcrumbsPosition Enum

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

Declaration

csharp
public enum BreadcrumbsPosition
vb
Public Enum BreadcrumbsPosition

Members

NameDescription
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:

Remarks

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

See Also

File Manager

DevExpress.Web Namespace