Class DisplayCommand<T>
public class DisplayCommand<T> : RelayCommand<T>, ICommand, IDisplayCommand
Type Parameters
T
- Inheritance
-
RelayCommand<T>DisplayCommand<T>
- Implements
- Inherited Members
- Extension Methods
Constructors
DisplayCommand(Action<T>)
public DisplayCommand(Action<T> executeCommand)
Parameters
executeCommand
Action<T>
DisplayCommand(Action<T>, Predicate<T>)
public DisplayCommand(Action<T> executeCommand, Predicate<T> canExecuteCommand)
Parameters
Properties
Description
public string Description { get; set; }
Property Value
GroupName
public string GroupName { get; set; }
Property Value
Icon
public string Icon { get; set; }
Property Value
Name
public string Name { get; set; }
Property Value
Order
public int Order { get; set; }