Class TabItemCommands
RadTabItem related commands.
Inheritance
System.Object
TabItemCommands
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Controls.TabControl
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public static class TabItemCommands
Properties
Close
Gets the Close command.
Declaration
public static RoutedUICommand Close { get; }
Property Value
System.Windows.Input.RoutedUICommand
|
TogglePin
Gets the Pin command.
Declaration
public static RoutedUICommand TogglePin { get; }
Property Value
System.Windows.Input.RoutedUICommand
|