Class RibbonTabHeadersView
Represents a tab headers view that is used as Microsoft.UI.Xaml.Controls.ListView for RibbonTab.
Inheritance
System.Object
RibbonTabHeadersView
Implements
System.IDisposable
Namespace: Syncfusion.UI.Xaml.Ribbon
Assembly: Syncfusion.Ribbon.WinUI.dll
Syntax
public class RibbonTabHeadersView : ItemsControl, IDisposable
Constructors
RibbonTabHeadersView()
Initializes a new instance of the RibbonTabHeadersView class.
Declaration
public RibbonTabHeadersView()
Fields
SelectedItemProperty
The identifier for SelectedItem property.
Declaration
public static readonly DependencyProperty SelectedItemProperty
Field Value
Type |
---|
Microsoft.UI.Xaml.DependencyProperty |
Properties
SelectedItem
Gets or sets currently selected RibbonTab in a RibbonTabHeadersView.
Declaration
public RibbonTab SelectedItem { get; set; }
Property Value
Type | Description |
---|---|
RibbonTab | An object that represents the current selection in the control. The default value is |
Methods
Dispose()
Release the unmanaged resources of RibbonTabHeadersView.
Declaration
public void Dispose()
Dispose(Boolean)
Release the unmanaged resources of RibbonTabHeadersView.
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing | true if unmanaged resources should be disposed; otherwise, false. |
OnApplyTemplate()
Declaration
protected override void OnApplyTemplate()
OnDoubleTapped(DoubleTappedRoutedEventArgs)
Declaration
protected override void OnDoubleTapped(DoubleTappedRoutedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
Microsoft.UI.Xaml.Input.DoubleTappedRoutedEventArgs | e |
OnItemsChanged(Object)
Add the QAT context menu to the ribbon items.
Declaration
protected override void OnItemsChanged(object e)
Parameters
Type | Name | Description |
---|---|---|
System.Object | e |
OnProcessKeyboardAccelerators(ProcessKeyboardAcceleratorEventArgs)
Declaration
protected override void OnProcessKeyboardAccelerators(ProcessKeyboardAcceleratorEventArgs args)
Parameters
Type | Name | Description |
---|---|---|
Microsoft.UI.Xaml.Input.ProcessKeyboardAcceleratorEventArgs | args |
Implements
System.IDisposable