BreadcrumbsPosition Enum
Lists values that specify the breadcrumbs‘s position in the ASPxFileManager control.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Members
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. |
Related API Members
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