ClassQuickAccessToolBar
Represents a quick access toolbar control.
Definition
Namespace:Telerik.UI.Xaml.Controls
Assembly:Telerik.WinUI.Controls.dll
Syntax:
public class QuickAccessToolBar : ItemsControl
Inheritance: objectQuickAccessToolBar
Constructors
QuickAccessToolBar()
Initializes a new instance of the QuickAccessToolBar class.
Declaration
public QuickAccessToolBar()
Fields
AlternativeForegroundProperty
Identifies the AlternativeForeground property.
Declaration
public static readonly DependencyProperty AlternativeForegroundProperty
Field Value
DependencyProperty
CustomizationMenuVisibilityProperty
Identifies the CustomizationMenuVisibility property.
Declaration
public static readonly DependencyProperty CustomizationMenuVisibilityProperty
Field Value
DependencyProperty
PositionProperty
Identifies the Position property.
Declaration
public static readonly DependencyProperty PositionProperty
Field Value
DependencyProperty
Properties
AlternativeForeground
Gets or sets the alternative foreground brush used for buttons when QAT is hosted below the ribbon.
Declaration
public Brush AlternativeForeground { get; set; }
Property Value
Brush
CustomizationMenuVisibility
Gets or sets a value indicating whther the customization menu will be visible or not.
Declaration
public Visibility CustomizationMenuVisibility { get; set; }
Property Value
Visibility
Position
Gets or sets the toolbar position.
Declaration
public QuickAccessToolBarPosition Position { get; set; }
Property Value
Methods
ClearContainerForItemOverride(DependencyObject, object)
Declaration
protected override void ClearContainerForItemOverride(DependencyObject element, object item)
Parameters
element
DependencyObject
item
OnApplyTemplate()
Declaration
protected override void OnApplyTemplate()
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
PrepareContainerForItemOverride(DependencyObject, object)
Declaration
protected override void PrepareContainerForItemOverride(DependencyObject element, object item)
Parameters
element
DependencyObject
item