Specifies the position of menu items in the breadcrumb dropdown.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public enum MenuItemsPosition
Fields
Menu items are positioned at the bottom.
C#
Bottom = 0
Menu items are positioned at the top.
C#
Top = 1