Class TabMenuItem
Represents the item of ContextMenu
Inherited Members
Namespace: Syncfusion.UI.Xaml.Controls.Navigation
Assembly: Syncfusion.SfTabControl.UWP.dll
Syntax
public class TabMenuItem : HeaderedItemsControl
Constructors
TabMenuItem()
Initializes a new instance of the TabMenuItem class.
Declaration
public TabMenuItem()
Fields
CommandParameterProperty
Using a DependencyProperty as the backing store for MyProperty. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty CommandParameterProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
CommandProperty
Using a DependencyProperty as the backing store for Command. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty CommandProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
Properties
Command
Gets or sets a value of the the command
Declaration
public ICommand Command { get; set; }
Property Value
Type |
---|
System.Windows.Input.ICommand |
CommandParameter
Gets or sets a value of the command parameter
Declaration
public object CommandParameter { get; set; }
Property Value
Type |
---|
System.Object |
Methods
OnPointerEntered(PointerRoutedEventArgs)
Called before the Windows.UI.Xaml.Controls.OnPointerEntered event occurs.
Declaration
protected override void OnPointerEntered(PointerRoutedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
Windows.UI.Xaml.Input.PointerRoutedEventArgs | e | The data for the event. |
OnPointerExited(PointerRoutedEventArgs)
Called before the Windows.UI.Xaml.Controls.OnPointerExited event occurs.
Declaration
protected override void OnPointerExited(PointerRoutedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
Windows.UI.Xaml.Input.PointerRoutedEventArgs | e | The data for the event. |
OnPointerReleased(PointerRoutedEventArgs)
Called before the Windows.UI.Xaml.Controls.OnPointerReleased event occurs.
Declaration
protected override void OnPointerReleased(PointerRoutedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
Windows.UI.Xaml.Input.PointerRoutedEventArgs | e | The data for the event. |
Events
Click
Perform event on TabStripMenuItem
Declaration
[ClassReference(IsReviewed = false)]
public event RoutedEventHandler Click
Event Type
Type |
---|
Windows.UI.Xaml.RoutedEventHandler |