Class ProjectViewItemContextMenuModel
Inheritance
System.Object
ProjectViewItemContextMenuModel
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: ArtOfTest.WebAii.Design.UI
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class ProjectViewItemContextMenuModel
Constructors
ProjectViewItemContextMenuModel()
Declaration
public ProjectViewItemContextMenuModel()
ProjectViewItemContextMenuModel(RoutedUICommand)
Declaration
public ProjectViewItemContextMenuModel(RoutedUICommand command)
Parameters
System.Windows.Input.RoutedUICommand
command
|
Properties
Command
Declaration
public ICommand Command { get; set; }
Property Value
System.Windows.Input.ICommand
|
CommandParam
Declaration
public object CommandParam { get; set; }
Property Value
System.Object
|
Header
Declaration
public string Header { get; set; }
Property Value
System.String
|
Icon
Declaration
public ImageSource Icon { get; set; }
Property Value
System.Windows.Media.ImageSource
|
IsSeparator
Declaration
public bool IsSeparator { get; set; }
Property Value
System.Boolean
|
SubItems
Declaration
public ObservableList<ProjectViewItemContextMenuModel> SubItems { get; }
Property Value
Telerik.TestStudio.BaseUI.Common.ObservableList<ProjectViewItemContextMenuModel>
|