Class RadQuickAccessToolBar
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadQuickAccessToolBar : StackLayoutElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
RadQuickAccessToolBar()
Declaration
public RadQuickAccessToolBar()
Fields
IsCollapsedByUserProperty
Properties
InnerItem
Items
Gets the items in the tabstrip.
Declaration
public RadItemOwnerCollection Items { get; }
Property Value
RadItemOwnerCollection
|
MinimizeRibonMenuItem
OverflowButtonElement
Declaration
public RadQuickAccessOverflowButton OverflowButtonElement { get; }
Property Value
RadQuickAccessOverflowButton
|
ParentRibbonBar
ToolbarPositionMenuItem
Methods
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
GetFirstCollapsedItem()
GetLastVisibleItem()
InitializeFields()
Declaration
protected override void InitializeFields()
Overrides
SetItemVisibility(RadItem, Boolean)
This method defines whether a Quick Access Toolbar item is visible or not. If the method is called to hide an item, its Visibility property is set to Collapsed and the corresponding menu item in the overflow button is unchecked. The method throws an InvalidOperationException if the item does not below to the current QAT collection.
Declaration
public void SetItemVisibility(RadItem item, bool isVisible)
Parameters
RadItem
item
The item which visibility will be modified. |
System.Boolean
isVisible
True to show an item, false to collapse it. |