Table of Contents

Interface IDisplayCommand

Namespace
H.Mvvm
Assembly
H.Mvvm.dll
public interface IDisplayCommand
Extension Methods

Properties

Description

string Description { get; set; }

Property Value

string

GroupName

string GroupName { get; set; }

Property Value

string

Icon

string Icon { get; set; }

Property Value

string

Name

string Name { get; set; }

Property Value

string

Order

int Order { get; set; }

Property Value

int