Class
ProjectViewItemContextMenuModel

Definition

Namespace:ArtOfTest.WebAii.Design.UI

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public class ProjectViewItemContextMenuModel

Inheritance: objectProjectViewItemContextMenuModel

Constructors

ProjectViewItemContextMenuModel()

Declaration

cs-api-definition
public ProjectViewItemContextMenuModel()

ProjectViewItemContextMenuModel(RoutedUICommand)

Declaration

cs-api-definition
public ProjectViewItemContextMenuModel(RoutedUICommand command)

Parameters

command

RoutedUICommand

Properties

Command

Declaration

cs-api-definition
public ICommand Command { get; set; }

Property Value

ICommand

CommandParam

Declaration

cs-api-definition
public object CommandParam { get; set; }

Property Value

object

Header

Declaration

cs-api-definition
public string Header { get; set; }

Property Value

string

Icon

Declaration

cs-api-definition
public GlyphIcon Icon { get; set; }

Property Value

GlyphIcon

IsSeparator

Declaration

cs-api-definition
public bool IsSeparator { get; set; }

Property Value

bool

SubItems

Declaration

cs-api-definition
public ObservableList<ProjectViewItemContextMenuModel> SubItems { get; }

Property Value

ObservableList<ProjectViewItemContextMenuModel>