RadControls for Silverlight

Specifies the position of a Quick Access ToolBar within a Ribbon control.

Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.RibbonView (in Telerik.Windows.Controls.RibbonView.dll) Version: 2013.1.403.1050

Syntax

C#
public enum QuickAccessToolBarPosition
Visual Basic
Public Enumeration QuickAccessToolBarPosition

Members

Member nameValueDescription
NotHosted0 Toolbar will not be displayed.
AboveRibbon1 Toolbar will be displayed above the Ribbon.
BelowRibbon2 Toolbar will be displayed below the Ribbon.

See Also